Module: Aws::ECR::Client::_DeleteLifecyclePolicyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteLifecyclePolicyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #last_evaluated_at ⇒ ::Time
- #lifecycle_policy_text ⇒ ::String
- #registry_id ⇒ ::String
- #repository_name ⇒ ::String
Instance Method Details
#last_evaluated_at ⇒ ::Time
251 |
# File 'sig/client.rbs', line 251
def last_evaluated_at: () -> ::Time
|
#lifecycle_policy_text ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def lifecycle_policy_text: () -> ::String
|
#registry_id ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def registry_id: () -> ::String
|
#repository_name ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def repository_name: () -> ::String
|