Class: Aws::NimbleStudio::Types::ListStudiosResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStudiosResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/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.
-
#studios ⇒ Array<Types::Studio>
A collection of studios.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
2060 2061 2062 2063 2064 2065 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2060 class ListStudiosResponse < Struct.new( :next_token, :studios) SENSITIVE = [] include Aws::Structure end |
#studios ⇒ Array<Types::Studio>
A collection of studios.
2060 2061 2062 2063 2064 2065 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2060 class ListStudiosResponse < Struct.new( :next_token, :studios) SENSITIVE = [] include Aws::Structure end |