Class: Aws::NimbleStudio::Types::UpdateStudioComponentResponse

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

#studio_componentTypes::StudioComponent

Information about the studio component.



3897
3898
3899
3900
3901
# File 'lib/aws-sdk-nimblestudio/types.rb', line 3897

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