Class: Aws::QuickSight::Types::DescribeSpaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeSpaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contributors ⇒ Array<Types::SpaceContributor>
A list of contributors to the space.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#space ⇒ Types::SpaceDetails
The details of the space.
-
#space_arn ⇒ String
The ARN of the space.
-
#space_id ⇒ String
The ID of the space.
Instance Attribute Details
#contributors ⇒ Array<Types::SpaceContributor>
A list of contributors to the space.
18737 18738 18739 18740 18741 18742 18743 18744 18745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18737 class DescribeSpaceResponse < Struct.new( :space_id, :space_arn, :space, :contributors, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
18737 18738 18739 18740 18741 18742 18743 18744 18745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18737 class DescribeSpaceResponse < Struct.new( :space_id, :space_arn, :space, :contributors, :request_id) SENSITIVE = [] include Aws::Structure end |
#space ⇒ Types::SpaceDetails
The details of the space.
18737 18738 18739 18740 18741 18742 18743 18744 18745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18737 class DescribeSpaceResponse < Struct.new( :space_id, :space_arn, :space, :contributors, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_arn ⇒ String
The ARN of the space.
18737 18738 18739 18740 18741 18742 18743 18744 18745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18737 class DescribeSpaceResponse < Struct.new( :space_id, :space_arn, :space, :contributors, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The ID of the space.
18737 18738 18739 18740 18741 18742 18743 18744 18745 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18737 class DescribeSpaceResponse < Struct.new( :space_id, :space_arn, :space, :contributors, :request_id) SENSITIVE = [] include Aws::Structure end |