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.
74 75 76 |
# File 'sig/types.rbs', line 74 def enforce_consumer_deletion @enforce_consumer_deletion end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
75 76 77 |
# File 'sig/types.rbs', line 75 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
76 77 78 |
# File 'sig/types.rbs', line 76 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
73 74 75 |
# File 'sig/types.rbs', line 73 def stream_name @stream_name end |