Class: Aws::NimbleStudio::Types::GetStudioComponentResponse

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

#studio_componentTypes::StudioComponent

Information about the studio component.



1229
1230
1231
1232
1233
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1229

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