Class: Aws::QuickSight::Types::ListSpacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListSpacesResponse
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#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.
-
#space_summaries ⇒ Array<Types::SpaceSummary>
A list of space summaries.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
29506 29507 29508 29509 29510 29511 29512 29513 29514 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506 class ListSpacesResponse < Struct.new( :space_id, :space_arn, :space_summaries, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
29506 29507 29508 29509 29510 29511 29512 29513 29514 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506 class ListSpacesResponse < Struct.new( :space_id, :space_arn, :space_summaries, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_arn ⇒ String
The ARN of the space.
29506 29507 29508 29509 29510 29511 29512 29513 29514 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506 class ListSpacesResponse < Struct.new( :space_id, :space_arn, :space_summaries, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_id ⇒ String
The ID of the space.
29506 29507 29508 29509 29510 29511 29512 29513 29514 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506 class ListSpacesResponse < Struct.new( :space_id, :space_arn, :space_summaries, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |
#space_summaries ⇒ Array<Types::SpaceSummary>
A list of space summaries.
29506 29507 29508 29509 29510 29511 29512 29513 29514 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29506 class ListSpacesResponse < Struct.new( :space_id, :space_arn, :space_summaries, :next_token, :request_id) SENSITIVE = [] include Aws::Structure end |