Class: Aws::Types::DeleteStreamInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteStreamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enforce_consumer_deletion ⇒ Boolean
Returns the value of attribute enforce_consumer_deletion.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#enforce_consumer_deletion ⇒ Boolean
Returns the value of attribute enforce_consumer_deletion.
180 181 182 |
# File 'sig/types.rbs', line 180 def enforce_consumer_deletion @enforce_consumer_deletion end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
181 182 183 |
# File 'sig/types.rbs', line 181 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
182 183 184 |
# File 'sig/types.rbs', line 182 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
179 180 181 |
# File 'sig/types.rbs', line 179 def stream_name @stream_name end |