Class: Aws::NimbleStudio::Types::ListStudioComponentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStudioComponentsResponse
- 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.
-
#studio_components ⇒ Array<Types::StudioComponent>
A collection of studio components.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1988 1989 1990 1991 1992 1993 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1988 class ListStudioComponentsResponse < Struct.new( :next_token, :studio_components) SENSITIVE = [] include Aws::Structure end |
#studio_components ⇒ Array<Types::StudioComponent>
A collection of studio components.
1988 1989 1990 1991 1992 1993 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1988 class ListStudioComponentsResponse < Struct.new( :next_token, :studio_components) SENSITIVE = [] include Aws::Structure end |