Class: Aws::Types::TerminateStreamSessionInput
- Inherits:
-
Object
- Object
- Aws::Types::TerminateStreamSessionInput
- 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.
614 615 616 |
# File 'sig/types.rbs', line 614 def identifier @identifier end |
#stream_session_identifier ⇒ ::String
Returns the value of attribute stream_session_identifier.
615 616 617 |
# File 'sig/types.rbs', line 615 def stream_session_identifier @stream_session_identifier end |