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.
19184 19185 19186 19187 19188 19189 19190 19191 19192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19184 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.
19184 19185 19186 19187 19188 19189 19190 19191 19192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19184 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.
19184 19185 19186 19187 19188 19189 19190 19191 19192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19184 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.
19184 19185 19186 19187 19188 19189 19190 19191 19192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19184 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.
19184 19185 19186 19187 19188 19189 19190 19191 19192 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19184 class DescribeSpaceResponse < Struct.new( :space_id, :space_arn, :space, :contributors, :request_id) SENSITIVE = [] include Aws::Structure end |