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.
799 800 801 |
# File 'sig/types.rbs', line 799 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
802 803 804 |
# File 'sig/types.rbs', line 802 def @stream_creation_timestamp end |
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
801 802 803 |
# File 'sig/types.rbs', line 801 def stream_mode_details @stream_mode_details end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
798 799 800 |
# File 'sig/types.rbs', line 798 def stream_name @stream_name end |
#stream_status ⇒ "CREATING", ...
Returns the value of attribute stream_status.
800 801 802 |
# File 'sig/types.rbs', line 800 def stream_status @stream_status end |