Class: Aws::Types::CreateStreamSessionAdminShellInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateStreamSessionAdminShellInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#stream_session_identifier ⇒ ::String
Returns the value of attribute stream_session_identifier.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
113 114 115 |
# File 'sig/types.rbs', line 113 def identifier @identifier end |
#stream_session_identifier ⇒ ::String
Returns the value of attribute stream_session_identifier.
114 115 116 |
# File 'sig/types.rbs', line 114 def stream_session_identifier @stream_session_identifier end |