Class: Aws::NimbleStudio::Types::ListStudioMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListStudioMembersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#members ⇒ Array<Types::StudioMembership>
A list of admin members.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
Instance Attribute Details
#members ⇒ Array<Types::StudioMembership>
A list of admin members.
2029 2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2029 class ListStudioMembersResponse < Struct.new( :members, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
2029 2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2029 class ListStudioMembersResponse < Struct.new( :members, :next_token) SENSITIVE = [] include Aws::Structure end |