Class: Aws::QuickSight::Types::DeleteIAMPolicyAssignmentRequest

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.

Returns:

  • (String)


9868
9869
9870
9871
9872
9873
9874
# File 'lib/aws-sdk-quicksight/types.rb', line 9868

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

#aws_account_idString

The Amazon Web Services account ID where you want to delete the IAM policy assignment.

Returns:

  • (String)


9868
9869
9870
9871
9872
9873
9874
# File 'lib/aws-sdk-quicksight/types.rb', line 9868

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

#namespaceString

The namespace that contains the assignment.

Returns:

  • (String)


9868
9869
9870
9871
9872
9873
9874
# File 'lib/aws-sdk-quicksight/types.rb', line 9868

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