Class: Aws::NimbleStudio::Types::ListLaunchProfilesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListLaunchProfilesResponse
- Defined in:
- gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_profiles ⇒ Array<Types::LaunchProfile>
A collection of launch profiles.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
Instance Attribute Details
#launch_profiles ⇒ Array<Types::LaunchProfile>
A collection of launch profiles.
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_token ⇒ String
The token for the next set of results, or null if there are no more results.
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 |