Class: Aws::QuickSight::Types::UpdateIAMPolicyAssignmentResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_idString

The ID of the assignment.

Returns:

  • (String)


31212
31213
31214
31215
31216
31217
31218
31219
31220
31221
31222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31212

class UpdateIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :assignment_id,
  :policy_arn,
  :identities,
  :assignment_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#assignment_nameString

The name of the assignment or rule.

Returns:

  • (String)


31212
31213
31214
31215
31216
31217
31218
31219
31220
31221
31222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31212

class UpdateIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :assignment_id,
  :policy_arn,
  :identities,
  :assignment_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#assignment_statusString

The status of the assignment. Possible values are as follows:

  • ENABLED - Anything specified in this assignment is used when creating the data source.

  • DISABLED - This assignment isn't used when creating the data source.

  • DRAFT - This assignment is an unfinished draft and isn't used when creating the data source.

Returns:

  • (String)


31212
31213
31214
31215
31216
31217
31218
31219
31220
31221
31222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31212

class UpdateIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :assignment_id,
  :policy_arn,
  :identities,
  :assignment_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#identitiesHash<String,Array<String>>

The Amazon QuickSight users, groups, or both that the IAM policy is assigned to.

Returns:

  • (Hash<String,Array<String>>)


31212
31213
31214
31215
31216
31217
31218
31219
31220
31221
31222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31212

class UpdateIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :assignment_id,
  :policy_arn,
  :identities,
  :assignment_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

The ARN for the IAM policy applied to the Amazon QuickSight users and groups specified in this assignment.

Returns:

  • (String)


31212
31213
31214
31215
31216
31217
31218
31219
31220
31221
31222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31212

class UpdateIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :assignment_id,
  :policy_arn,
  :identities,
  :assignment_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


31212
31213
31214
31215
31216
31217
31218
31219
31220
31221
31222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31212

class UpdateIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :assignment_id,
  :policy_arn,
  :identities,
  :assignment_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


31212
31213
31214
31215
31216
31217
31218
31219
31220
31221
31222
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31212

class UpdateIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :assignment_id,
  :policy_arn,
  :identities,
  :assignment_status,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end