Class: Aws::NimbleStudio::Types::CreateLaunchProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::CreateLaunchProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_profile ⇒ Types::LaunchProfile
The launch profile.
Instance Attribute Details
#launch_profile ⇒ Types::LaunchProfile
The launch profile.
240 241 242 243 244 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 240 class CreateLaunchProfileResponse < Struct.new( :launch_profile) SENSITIVE = [] include Aws::Structure end |