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)


13292
13293
13294
13295
13296
13297
13298
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13292

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)


13292
13293
13294
13295
13296
13297
13298
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13292

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

#namespaceString

The namespace that contains the assignment.

Returns:

  • (String)


13292
13293
13294
13295
13296
13297
13298
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 13292

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