Class: Aws::CodeCatalyst::Types::ListSpacesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCatalyst::Types::ListSpacesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecatalyst/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::SpaceSummary>
Information about the spaces.
-
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
Instance Attribute Details
#items ⇒ Array<Types::SpaceSummary>
Information about the spaces.
2076 2077 2078 2079 2080 2081 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2076 class ListSpacesResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token returned from a call to this API to indicate the next batch of results to return, if any.
2076 2077 2078 2079 2080 2081 |
# File 'lib/aws-sdk-codecatalyst/types.rb', line 2076 class ListSpacesResponse < Struct.new( :next_token, :items) SENSITIVE = [] include Aws::Structure end |