Class: Aws::Types::ListStudioSessionMappingsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListStudioSessionMappingsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#session_mappings ⇒ ::Array[Types::SessionMappingSummary]
Returns the value of attribute session_mappings.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1098 1099 1100 |
# File 'sig/types.rbs', line 1098 def marker @marker end |
#session_mappings ⇒ ::Array[Types::SessionMappingSummary]
Returns the value of attribute session_mappings.
1097 1098 1099 |
# File 'sig/types.rbs', line 1097 def session_mappings @session_mappings end |