Class: Aws::QuickSight::Types::DescribeSpacePermissionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeSpacePermissionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#permissions ⇒ Array<Types::ResourcePermission>
A list of resource 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>
A list of resource permissions for the space.
18684 18685 18686 18687 18688 18689 18690 18691 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18684 class DescribeSpacePermissionsResponse < 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.
18684 18685 18686 18687 18688 18689 18690 18691 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18684 class DescribeSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_arn ⇒ String
The ARN of the space.
18684 18685 18686 18687 18688 18689 18690 18691 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18684 class DescribeSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The ID of the space.
18684 18685 18686 18687 18688 18689 18690 18691 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18684 class DescribeSpacePermissionsResponse < Struct.new( :space_id, :space_arn, :permissions, :request_id) SENSITIVE = [] include Aws::Structure end |