Class: Aws::Types::PutLifecyclePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutLifecyclePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#lifecycle_policy_text ⇒ ::String
Returns the value of attribute lifecycle_policy_text.
997 998 999 |
# File 'sig/types.rbs', line 997 def lifecycle_policy_text @lifecycle_policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
995 996 997 |
# File 'sig/types.rbs', line 995 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
996 997 998 |
# File 'sig/types.rbs', line 996 def repository_name @repository_name end |