Class: Aws::Types::UpdateLifecyclePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLifecyclePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#lifecycle_policy_arn ⇒ ::String
Returns the value of attribute lifecycle_policy_arn.
-
#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.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def description @description end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def execution_role @execution_role end |
#lifecycle_policy_arn ⇒ ::String
Returns the value of attribute lifecycle_policy_arn.
2124 2125 2126 |
# File 'sig/types.rbs', line 2124 def lifecycle_policy_arn @lifecycle_policy_arn end |
#policy_details ⇒ ::Array[Types::LifecyclePolicyDetail]
Returns the value of attribute policy_details.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def policy_details @policy_details end |
#resource_selection ⇒ Types::LifecyclePolicyResourceSelection
Returns the value of attribute resource_selection.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def resource_selection @resource_selection end |
#resource_type ⇒ "AMI_IMAGE", "CONTAINER_IMAGE"
Returns the value of attribute resource_type.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def resource_type @resource_type end |
#status ⇒ "DISABLED", "ENABLED"
Returns the value of attribute status.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def status @status end |