Class: Aws::NimbleStudio::Types::CreateLaunchProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-nimblestudio/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_profileTypes::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