Class: Aws::Types::StreamSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
-
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
-
#stream_status ⇒ "CREATING", ...
Returns the value of attribute stream_status.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
588 589 590 |
# File 'sig/types.rbs', line 588 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
591 592 593 |
# File 'sig/types.rbs', line 591 def @stream_creation_timestamp end |
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
590 591 592 |
# File 'sig/types.rbs', line 590 def stream_mode_details @stream_mode_details end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
587 588 589 |
# File 'sig/types.rbs', line 587 def stream_name @stream_name end |
#stream_status ⇒ "CREATING", ...
Returns the value of attribute stream_status.
589 590 591 |
# File 'sig/types.rbs', line 589 def stream_status @stream_status end |