Class: Aws::Types::ListStudioSessionMappingsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListStudioSessionMappingsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
Instance Attribute Details
#identity_type ⇒ "USER", "GROUP"
Returns the value of attribute identity_type.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def identity_type @identity_type end |
#marker ⇒ ::String
Returns the value of attribute marker.
1092 1093 1094 |
# File 'sig/types.rbs', line 1092 def marker @marker end |
#studio_id ⇒ ::String
Returns the value of attribute studio_id.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def studio_id @studio_id end |