Class: Aws::QuickSight::Types::DeleteIAMPolicyAssignmentResponse

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)


9608
9609
9610
9611
9612
9613
9614
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9608

class DeleteIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


9608
9609
9610
9611
9612
9613
9614
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9608

class DeleteIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


9608
9609
9610
9611
9612
9613
9614
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9608

class DeleteIAMPolicyAssignmentResponse < Struct.new(
  :assignment_name,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end