Class: Aws::NimbleStudio::Types::DeleteStudioResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::DeleteStudioResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#studio ⇒ Types::Studio
Information about a studio.
Instance Attribute Details
#studio ⇒ Types::Studio
Information about a studio.
834 835 836 837 838 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 834 class DeleteStudioResponse < Struct.new( :studio) SENSITIVE = [] include Aws::Structure end |