Class: Aws::Types::DecreaseStreamRetentionPeriodInput
- Inherits:
-
Object
- Object
- Aws::Types::DecreaseStreamRetentionPeriodInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
-
#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
#retention_period_hours ⇒ ::Integer
Returns the value of attribute retention_period_hours.
60 61 62 |
# File 'sig/types.rbs', line 60 def retention_period_hours @retention_period_hours end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
61 62 63 |
# File 'sig/types.rbs', line 61 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
59 60 61 |
# File 'sig/types.rbs', line 59 def stream_name @stream_name end |