Class: Aws::QuickSight::Types::DeleteIAMPolicyAssignmentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DeleteIAMPolicyAssignmentResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#assignment_name ⇒ String
The name of the assignment.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#assignment_name ⇒ String
The name of the assignment.
9548 9549 9550 9551 9552 9553 9554 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9548 class DeleteIAMPolicyAssignmentResponse < Struct.new( :assignment_name, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
9548 9549 9550 9551 9552 9553 9554 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9548 class DeleteIAMPolicyAssignmentResponse < Struct.new( :assignment_name, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
9548 9549 9550 9551 9552 9553 9554 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 9548 class DeleteIAMPolicyAssignmentResponse < Struct.new( :assignment_name, :request_id, :status) SENSITIVE = [] include Aws::Structure end |