Class: Aws::NimbleStudio::Types::ListLaunchProfileMembersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListLaunchProfileMembersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#members ⇒ Array<Types::LaunchProfileMembership>
A list of 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::LaunchProfileMembership>
A list of members.
1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1750 class ListLaunchProfileMembersResponse < 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.
1750 1751 1752 1753 1754 1755 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1750 class ListLaunchProfileMembersResponse < Struct.new( :members, :next_token) SENSITIVE = [] include Aws::Structure end |