Class: Aws::Types::UpdateStreamResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateStreamResponse
- 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.
5357 5358 5359 |
# File 'sig/types.rbs', line 5357 def description @description end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
5356 5357 5358 |
# File 'sig/types.rbs', line 5356 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
5355 5356 5357 |
# File 'sig/types.rbs', line 5355 def stream_id @stream_id end |
#stream_version ⇒ ::Integer
Returns the value of attribute stream_version.
5358 5359 5360 |
# File 'sig/types.rbs', line 5358 def stream_version @stream_version end |