Class: Aws::NimbleStudio::Types::CreateStudioResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::CreateStudioResponse
- 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.
566 567 568 569 570 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 566 class CreateStudioResponse < Struct.new( :studio) SENSITIVE = [] include Aws::Structure end |