Class: Aws::QuickSight::Types::UpdateIAMPolicyAssignmentRequest

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_nameString

The name of the assignment, also called a rule. The name must be unique within the Amazon Web Services account.

Returns:

  • (String)


31160
31161
31162
31163
31164
31165
31166
31167
31168
31169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31160

class UpdateIAMPolicyAssignmentRequest < Struct.new(
  :aws_account_id,
  :assignment_name,
  :namespace,
  :assignment_status,
  :policy_arn,
  :identities)
  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)


31160
31161
31162
31163
31164
31165
31166
31167
31168
31169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31160

class UpdateIAMPolicyAssignmentRequest < Struct.new(
  :aws_account_id,
  :assignment_name,
  :namespace,
  :assignment_status,
  :policy_arn,
  :identities)
  SENSITIVE = []
  include Aws::Structure
end

#aws_account_idString

The ID of the Amazon Web Services account that contains the IAM policy assignment.

Returns:

  • (String)


31160
31161
31162
31163
31164
31165
31166
31167
31168
31169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31160

class UpdateIAMPolicyAssignmentRequest < Struct.new(
  :aws_account_id,
  :assignment_name,
  :namespace,
  :assignment_status,
  :policy_arn,
  :identities)
  SENSITIVE = []
  include Aws::Structure
end

#identitiesHash<String,Array<String>>

The Amazon QuickSight users, groups, or both that you want to assign the policy to.

Returns:

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


31160
31161
31162
31163
31164
31165
31166
31167
31168
31169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31160

class UpdateIAMPolicyAssignmentRequest < Struct.new(
  :aws_account_id,
  :assignment_name,
  :namespace,
  :assignment_status,
  :policy_arn,
  :identities)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The namespace of the assignment.

Returns:

  • (String)


31160
31161
31162
31163
31164
31165
31166
31167
31168
31169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31160

class UpdateIAMPolicyAssignmentRequest < Struct.new(
  :aws_account_id,
  :assignment_name,
  :namespace,
  :assignment_status,
  :policy_arn,
  :identities)
  SENSITIVE = []
  include Aws::Structure
end

#policy_arnString

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

Returns:

  • (String)


31160
31161
31162
31163
31164
31165
31166
31167
31168
31169
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31160

class UpdateIAMPolicyAssignmentRequest < Struct.new(
  :aws_account_id,
  :assignment_name,
  :namespace,
  :assignment_status,
  :policy_arn,
  :identities)
  SENSITIVE = []
  include Aws::Structure
end