Class: Aws::NimbleStudio::Types::DeleteLaunchProfileResponse

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_profileTypes::LaunchProfile

The launch profile.



646
647
648
649
650
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 646

class DeleteLaunchProfileResponse < Struct.new(
  :launch_profile)
  SENSITIVE = []
  include Aws::Structure
end