Class: Aws::NimbleStudio::Types::UpdateLaunchProfileResponse

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.



3741
3742
3743
3744
3745
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 3741

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