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.
47258 47259 47260 47261 47262 47263 47264 47265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 47258 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.
47258 47259 47260 47261 47262 47263 47264 47265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 47258 class UpdateSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_arn ⇒ String
The ARN of the space.
47258 47259 47260 47261 47262 47263 47264 47265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 47258 class UpdateSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The ID of the space.
47258 47259 47260 47261 47262 47263 47264 47265 |
# File 'lib/aws-sdk-quicksight/types.rb', line 47258 class UpdateSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |