Class: Aws::Types::GetLifecyclePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLifecyclePolicyResponse
- 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.
521 522 523 |
# File 'sig/types.rbs', line 521 def last_evaluated_at @last_evaluated_at end |
#lifecycle_policy_text ⇒ ::String
Returns the value of attribute lifecycle_policy_text.
520 521 522 |
# File 'sig/types.rbs', line 520 def lifecycle_policy_text @lifecycle_policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
518 519 520 |
# File 'sig/types.rbs', line 518 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
519 520 521 |
# File 'sig/types.rbs', line 519 def repository_name @repository_name end |