Class: Aws::NimbleStudio::Types::DeleteLaunchProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::DeleteLaunchProfileResponse
- 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.
646 647 648 649 650 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 646 class DeleteLaunchProfileResponse < Struct.new( :launch_profile) SENSITIVE = [] include Aws::Structure end |