Class: Aws::Types::IncreaseStreamRetentionPeriodInput
- Inherits:
-
Object
- Object
- Aws::Types::IncreaseStreamRetentionPeriodInput
- 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.
236 237 238 |
# File 'sig/types.rbs', line 236 def retention_period_hours @retention_period_hours end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
237 238 239 |
# File 'sig/types.rbs', line 237 def stream_arn @stream_arn end |
#stream_id ⇒ ::String
Returns the value of attribute stream_id.
238 239 240 |
# File 'sig/types.rbs', line 238 def stream_id @stream_id end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
235 236 237 |
# File 'sig/types.rbs', line 235 def stream_name @stream_name end |