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.
808 809 810 |
# File 'sig/types.rbs', line 808 def stream_arn @stream_arn end |
#stream_creation_timestamp ⇒ ::Time
Returns the value of attribute stream_creation_timestamp.
811 812 813 |
# File 'sig/types.rbs', line 811 def @stream_creation_timestamp end |
#stream_mode_details ⇒ Types::StreamModeDetails
Returns the value of attribute stream_mode_details.
810 811 812 |
# File 'sig/types.rbs', line 810 def stream_mode_details @stream_mode_details end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
807 808 809 |
# File 'sig/types.rbs', line 807 def stream_name @stream_name end |
#stream_status ⇒ "CREATING", ...
Returns the value of attribute stream_status.
809 810 811 |
# File 'sig/types.rbs', line 809 def stream_status @stream_status end |