Class: Aws::QuickSight::Types::CreateSpaceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateSpaceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
9640 9641 9642 9643 9644 9645 9646 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9640 class CreateSpaceResponse < Struct.new( :space_id, :space_arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_arn ⇒ String
The ARN of the space.
9640 9641 9642 9643 9644 9645 9646 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9640 class CreateSpaceResponse < Struct.new( :space_id, :space_arn, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The ID of the space.
9640 9641 9642 9643 9644 9645 9646 |
# File 'lib/aws-sdk-quicksight/types.rb', line 9640 class CreateSpaceResponse < Struct.new( :space_id, :space_arn, :request_id) SENSITIVE = [] include Aws::Structure end |