Class: Aws::Types::StartLifecyclePolicyPreviewResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartLifecyclePolicyPreviewResponse
- 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.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#lifecycle_policy_text ⇒ ::String
Returns the value of attribute lifecycle_policy_text.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def lifecycle_policy_text @lifecycle_policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def repository_name @repository_name end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def status @status end |