Class: Aws::Types::StartLifecyclePolicyPreviewRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartLifecyclePolicyPreviewRequest
- 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.
1269 1270 1271 |
# File 'sig/types.rbs', line 1269 def lifecycle_policy_text @lifecycle_policy_text end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
1267 1268 1269 |
# File 'sig/types.rbs', line 1267 def registry_id @registry_id end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1268 1269 1270 |
# File 'sig/types.rbs', line 1268 def repository_name @repository_name end |