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

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)


9890
9891
9892
9893
9894
9895
9896
# File 'lib/aws-sdk-quicksight/types.rb', line 9890

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)


9890
9891
9892
9893
9894
9895
9896
# File 'lib/aws-sdk-quicksight/types.rb', line 9890

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


9890
9891
9892
9893
9894
9895
9896
# File 'lib/aws-sdk-quicksight/types.rb', line 9890

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