Class: Aws::Types::Stream
- Inherits:
-
Object
- Object
- Aws::Types::Stream
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_label ⇒ ::String
Returns the value of attribute stream_label.
-
#table_name ⇒ ::String
Returns the value of attribute table_name.
Instance Attribute Details
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
139 140 141 |
# File 'sig/types.rbs', line 139 def stream_arn @stream_arn end |
#stream_label ⇒ ::String
Returns the value of attribute stream_label.
141 142 143 |
# File 'sig/types.rbs', line 141 def stream_label @stream_label end |
#table_name ⇒ ::String
Returns the value of attribute table_name.
140 141 142 |
# File 'sig/types.rbs', line 140 def table_name @table_name end |