Class: Aws::NimbleStudio::Types::ListLaunchProfileMembersResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membersArray<Types::LaunchProfileMembership>

A list of members.

Returns:



1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1750

class ListLaunchProfileMembersResponse < Struct.new(
  :members,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1750

class ListLaunchProfileMembersResponse < Struct.new(
  :members,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end