Class: Aws::Types::DeleteLifecyclePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteLifecyclePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_evaluated_at ⇒ ::Time
Returns the value of attribute last_evaluated_at.
-
#lifecycle_policy_text ⇒ ::String
Returns the value of attribute lifecycle_policy_text.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#last_evaluated_at ⇒ ::Time
Returns the value of attribute last_evaluated_at.
202 203 204 |
# File 'sig/types.rbs', line 202 def last_evaluated_at @last_evaluated_at end |
#lifecycle_policy_text ⇒ ::String
Returns the value of attribute lifecycle_policy_text.
201 202 203 |
# File 'sig/types.rbs', line 201 def lifecycle_policy_text @lifecycle_policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
199 200 201 |
# File 'sig/types.rbs', line 199 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
200 201 202 |
# File 'sig/types.rbs', line 200 def repository_name @repository_name end |