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

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.

Returns:

  • (String)


9586
9587
9588
9589
9590
9591
9592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9586

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)


9586
9587
9588
9589
9590
9591
9592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9586

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

#namespaceString

The namespace that contains the assignment.

Returns:

  • (String)


9586
9587
9588
9589
9590
9591
9592
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9586

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