Class: Aws::Types::EffectiveLifecyclePolicyDetail
- Inherits:
-
Object
- Object
- Aws::Types::EffectiveLifecyclePolicyDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#no_min_retention_period ⇒ Boolean
Returns the value of attribute no_min_retention_period.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#resource_type ⇒ "index"
Returns the value of attribute resource_type.
-
#retention_period ⇒ ::String
Returns the value of attribute retention_period.
-
#type ⇒ "retention"
Returns the value of attribute type.
Instance Attribute Details
#no_min_retention_period ⇒ Boolean
Returns the value of attribute no_min_retention_period.
472 473 474 |
# File 'sig/types.rbs', line 472 def no_min_retention_period @no_min_retention_period end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
469 470 471 |
# File 'sig/types.rbs', line 469 def policy_name @policy_name end |
#resource ⇒ ::String
Returns the value of attribute resource.
468 469 470 |
# File 'sig/types.rbs', line 468 def resource @resource end |
#resource_type ⇒ "index"
Returns the value of attribute resource_type.
470 471 472 |
# File 'sig/types.rbs', line 470 def resource_type @resource_type end |
#retention_period ⇒ ::String
Returns the value of attribute retention_period.
471 472 473 |
# File 'sig/types.rbs', line 471 def retention_period @retention_period end |
#type ⇒ "retention"
Returns the value of attribute type.
467 468 469 |
# File 'sig/types.rbs', line 467 def type @type end |