Class: Aws::Types::UpdateDataRetentionInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataRetentionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ ::String
Returns the value of attribute current_version.
-
#data_retention_change_in_hours ⇒ ::Integer
Returns the value of attribute data_retention_change_in_hours.
-
#operation ⇒ "INCREASE_DATA_RETENTION", "DECREASE_DATA_RETENTION"
Returns the value of attribute operation.
-
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
-
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
Instance Attribute Details
#current_version ⇒ ::String
Returns the value of attribute current_version.
560 561 562 |
# File 'sig/types.rbs', line 560 def current_version @current_version end |
#data_retention_change_in_hours ⇒ ::Integer
Returns the value of attribute data_retention_change_in_hours.
562 563 564 |
# File 'sig/types.rbs', line 562 def data_retention_change_in_hours @data_retention_change_in_hours end |
#operation ⇒ "INCREASE_DATA_RETENTION", "DECREASE_DATA_RETENTION"
Returns the value of attribute operation.
561 562 563 |
# File 'sig/types.rbs', line 561 def operation @operation end |
#stream_arn ⇒ ::String
Returns the value of attribute stream_arn.
559 560 561 |
# File 'sig/types.rbs', line 559 def stream_arn @stream_arn end |
#stream_name ⇒ ::String
Returns the value of attribute stream_name.
558 559 560 |
# File 'sig/types.rbs', line 558 def stream_name @stream_name end |