Class: Aws::Types::StopActivityStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::StopActivityStreamResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kinesis_stream_name ⇒ ::String
Returns the value of attribute kinesis_stream_name.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#status ⇒ "stopped", ...
Returns the value of attribute status.
Instance Attribute Details
#kinesis_stream_name ⇒ ::String
Returns the value of attribute kinesis_stream_name.
4328 4329 4330 |
# File 'sig/types.rbs', line 4328 def kinesis_stream_name @kinesis_stream_name end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4327 4328 4329 |
# File 'sig/types.rbs', line 4327 def kms_key_id @kms_key_id end |
#status ⇒ "stopped", ...
Returns the value of attribute status.
4329 4330 4331 |
# File 'sig/types.rbs', line 4329 def status @status end |