Class: Aws::Types::PutRetentionPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRetentionPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
Instance Attribute Details
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def log_group_name @log_group_name end |
#retention_in_days ⇒ ::Integer
Returns the value of attribute retention_in_days.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 def retention_in_days @retention_in_days end |