Class: Aws::NimbleStudio::Types::DeleteStudioComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::DeleteStudioComponentResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#studio_component ⇒ Types::StudioComponent
Information about the studio component.
Instance Attribute Details
#studio_component ⇒ Types::StudioComponent
Information about the studio component.
766 767 768 769 770 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 766 class DeleteStudioComponentResponse < Struct.new( :studio_component) SENSITIVE = [] include Aws::Structure end |