Class: Aws::Types::DeleteStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
Instance Attribute Details
#current_version ⇒ ::String
Returns the value of attribute current_version.
97 98 99 |
# File 'sig/types.rbs', line 97 def current_version @current_version end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
96 97 98 |
# File 'sig/types.rbs', line 96 def stream_arn @stream_arn end |