Class: Aws::Types::ListStudiosOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStudiosOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#studios ⇒ ::Array[Types::StudioSummary]
Returns the value of attribute studios.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def marker @marker end |
#studios ⇒ ::Array[Types::StudioSummary]
Returns the value of attribute studios.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def studios @studios end |