Class: Aws::Types::StreamSummary
- Inherits:
-
Object
- Object
- Aws::Types::StreamSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_version ⇒ ::Integer
Returns the value of attribute stream_version.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
4664 4665 4666 |
# File 'sig/types.rbs', line 4664 def description @description end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
4662 4663 4664 |
# File 'sig/types.rbs', line 4662 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
4661 4662 4663 |
# File 'sig/types.rbs', line 4661 def stream_id @stream_id end |
#stream_version ⇒ ::Integer
Returns the value of attribute stream_version.
4663 4664 4665 |
# File 'sig/types.rbs', line 4663 def stream_version @stream_version end |