Class: Aws::NimbleStudio::Types::GetStudioResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetStudioResponse
- 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.
1283 1284 1285 1286 1287 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1283 class GetStudioResponse < Struct.new( :studio) SENSITIVE = [] include Aws::Structure end |