Class: Aws::NimbleStudio::Types::ListStudioComponentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStudioComponentsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The max number of results to return in the response.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#states ⇒ Array<String>
Filters the request to studio components that are in one of the given states.
-
#studio_id ⇒ String
The studio ID.
-
#types ⇒ Array<String>
Filters the request to studio components that are of one of the given types.
Instance Attribute Details
#max_results ⇒ Integer
The max number of results to return in the response.
1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1967 class ListStudioComponentsRequest < Struct.new( :max_results, :next_token, :states, :studio_id, :types) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1967 class ListStudioComponentsRequest < Struct.new( :max_results, :next_token, :states, :studio_id, :types) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<String>
Filters the request to studio components that are in one of the given states.
1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1967 class ListStudioComponentsRequest < Struct.new( :max_results, :next_token, :states, :studio_id, :types) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1967 class ListStudioComponentsRequest < Struct.new( :max_results, :next_token, :states, :studio_id, :types) SENSITIVE = [] include Aws::Structure end |
#types ⇒ Array<String>
Filters the request to studio components that are of one of the given types.
1967 1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1967 class ListStudioComponentsRequest < Struct.new( :max_results, :next_token, :states, :studio_id, :types) SENSITIVE = [] include Aws::Structure end |