Class: Aws::NimbleStudio::Types::GetStudioResponse

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

#studioTypes::Studio

Information about a studio.

Returns:



1283
1284
1285
1286
1287
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1283

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