Class: Aws::Types::CreateStudioOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStudioOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
305 306 307 |
# File 'sig/types.rbs', line 305 def studio_id @studio_id end |
#url ⇒ ::String
Returns the value of attribute url.
306 307 308 |
# File 'sig/types.rbs', line 306 def url @url end |