Class: Aws::QuickSight::Types::DescribeIAMPolicyAssignmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


12104
12105
12106
12107
12108
12109
12110
# File 'lib/aws-sdk-quicksight/types.rb', line 12104

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

#aws_account_idString

The ID of the Amazon Web Services account that contains the assignment that you want to describe.

Returns:

  • (String)


12104
12105
12106
12107
12108
12109
12110
# File 'lib/aws-sdk-quicksight/types.rb', line 12104

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

#namespaceString

The namespace that contains the assignment.

Returns:

  • (String)


12104
12105
12106
12107
12108
12109
12110
# File 'lib/aws-sdk-quicksight/types.rb', line 12104

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