Class: Aws::QuickSight::Types::UpdateSpacePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::UpdateSpacePermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permissions ⇒ Array<Types::ResourcePermission>
The updated permissions for the space.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#space_arn ⇒ String
The ARN of the space.
-
#space_id ⇒ String
The ID of the space.
Instance Attribute Details
#permissions ⇒ Array<Types::ResourcePermission>
The updated permissions for the space.
46429 46430 46431 46432 46433 46434 46435 46436 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46429 class UpdateSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
46429 46430 46431 46432 46433 46434 46435 46436 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46429 class UpdateSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_arn ⇒ String
The ARN of the space.
46429 46430 46431 46432 46433 46434 46435 46436 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46429 class UpdateSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The ID of the space.
46429 46430 46431 46432 46433 46434 46435 46436 |
# File 'lib/aws-sdk-quicksight/types.rb', line 46429 class UpdateSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |