Class: Aws::NimbleStudio::Types::ListLaunchProfilesResponse

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

#launch_profilesArray<Types::LaunchProfile>

A collection of launch profiles.

Returns:



1802
1803
1804
1805
1806
1807
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1802

class ListLaunchProfilesResponse < Struct.new(
  :launch_profiles,
  :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)


1802
1803
1804
1805
1806
1807
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1802

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