Class: Aws::Types::UpdateLifecyclePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLifecyclePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#create_interval ⇒ ::Integer
Returns the value of attribute create_interval.
-
#cross_region_copy_targets ⇒ ::Array[Types::CrossRegionCopyTarget]
Returns the value of attribute cross_region_copy_targets.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#exclusions ⇒ Types::Exclusions
Returns the value of attribute exclusions.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#extend_deletion ⇒ Boolean
Returns the value of attribute extend_deletion.
-
#policy_details ⇒ Types::PolicyDetails
Returns the value of attribute policy_details.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#retain_interval ⇒ ::Integer
Returns the value of attribute retain_interval.
-
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
Instance Attribute Details
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
337 338 339 |
# File 'sig/types.rbs', line 337 def @copy_tags end |
#create_interval ⇒ ::Integer
Returns the value of attribute create_interval.
335 336 337 |
# File 'sig/types.rbs', line 335 def create_interval @create_interval end |
#cross_region_copy_targets ⇒ ::Array[Types::CrossRegionCopyTarget]
Returns the value of attribute cross_region_copy_targets.
339 340 341 |
# File 'sig/types.rbs', line 339 def cross_region_copy_targets @cross_region_copy_targets end |
#description ⇒ ::String
Returns the value of attribute description.
333 334 335 |
# File 'sig/types.rbs', line 333 def description @description end |
#exclusions ⇒ Types::Exclusions
Returns the value of attribute exclusions.
340 341 342 |
# File 'sig/types.rbs', line 340 def exclusions @exclusions end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
331 332 333 |
# File 'sig/types.rbs', line 331 def execution_role_arn @execution_role_arn end |
#extend_deletion ⇒ Boolean
Returns the value of attribute extend_deletion.
338 339 340 |
# File 'sig/types.rbs', line 338 def extend_deletion @extend_deletion end |
#policy_details ⇒ Types::PolicyDetails
Returns the value of attribute policy_details.
334 335 336 |
# File 'sig/types.rbs', line 334 def policy_details @policy_details end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
330 331 332 |
# File 'sig/types.rbs', line 330 def policy_id @policy_id end |
#retain_interval ⇒ ::Integer
Returns the value of attribute retain_interval.
336 337 338 |
# File 'sig/types.rbs', line 336 def retain_interval @retain_interval end |
#state ⇒ "ENABLED", "DISABLED"
Returns the value of attribute state.
332 333 334 |
# File 'sig/types.rbs', line 332 def state @state end |