Class: Aws::NimbleStudio::Types::GetStudioRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-nimblestudio/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#studio_idString

The studio ID.

Returns:

  • (String)


1271
1272
1273
1274
1275
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1271

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