Class: Aws::NimbleStudio::Types::ListStudioMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStudioMembersRequest
- 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.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#max_results ⇒ Integer
The max number of results to return in the response.
2010 2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2010 class ListStudioMembersRequest < Struct.new( :max_results, :next_token, :studio_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
2010 2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2010 class ListStudioMembersRequest < Struct.new( :max_results, :next_token, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
2010 2011 2012 2013 2014 2015 2016 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2010 class ListStudioMembersRequest < Struct.new( :max_results, :next_token, :studio_id) SENSITIVE = [] include Aws::Structure end |