Class: Aws::Types::LifecyclePolicy
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_last_run ⇒ ::Time
Returns the value of attribute date_last_run.
-
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_details ⇒ ::Array[Types::LifecyclePolicyDetail]
Returns the value of attribute policy_details.
-
#resource_selection ⇒ Types::LifecyclePolicyResourceSelection
Returns the value of attribute resource_selection.
-
#resource_type ⇒ "AMI_IMAGE", "CONTAINER_IMAGE"
Returns the value of attribute resource_type.
-
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1348 1349 1350 |
# File 'sig/types.rbs', line 1348 def arn @arn end |
#date_created ⇒ ::Time
Returns the value of attribute date_created.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def date_created @date_created end |
#date_last_run ⇒ ::Time
Returns the value of attribute date_last_run.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def date_last_run @date_last_run end |
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
1350 1351 1352 |
# File 'sig/types.rbs', line 1350 def description @description end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def execution_role @execution_role end |
#name ⇒ ::String
Returns the value of attribute name.
1349 1350 1351 |
# File 'sig/types.rbs', line 1349 def name @name end |
#policy_details ⇒ ::Array[Types::LifecyclePolicyDetail]
Returns the value of attribute policy_details.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def policy_details @policy_details end |
#resource_selection ⇒ Types::LifecyclePolicyResourceSelection
Returns the value of attribute resource_selection.
1355 1356 1357 |
# File 'sig/types.rbs', line 1355 def resource_selection @resource_selection end |
#resource_type ⇒ "AMI_IMAGE", "CONTAINER_IMAGE"
Returns the value of attribute resource_type.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def resource_type @resource_type end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def @tags end |