Module: Aws::ECR::Client::_StartLifecyclePolicyPreviewResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartLifecyclePolicyPreviewResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #lifecycle_policy_text ⇒ ::String
- #registry_id ⇒ ::String
- #repository_name ⇒ ::String
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#lifecycle_policy_text ⇒ ::String
875 |
# File 'sig/client.rbs', line 875
def lifecycle_policy_text: () -> ::String
|
#registry_id ⇒ ::String
873 |
# File 'sig/client.rbs', line 873
def registry_id: () -> ::String
|
#repository_name ⇒ ::String
874 |
# File 'sig/client.rbs', line 874
def repository_name: () -> ::String
|
#status ⇒ "IN_PROGRESS", ...
876 |
# File 'sig/client.rbs', line 876
def status: () -> ("IN_PROGRESS" | "COMPLETE" | "EXPIRED" | "FAILED")
|