Module: Aws::ECR::Client::_DeletePullThroughCacheRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeletePullThroughCacheRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #credential_arn ⇒ ::String
- #custom_role_arn ⇒ ::String
- #ecr_repository_prefix ⇒ ::String
- #registry_id ⇒ ::String
- #upstream_registry_url ⇒ ::String
- #upstream_repository_prefix ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
264 |
# File 'sig/client.rbs', line 264
def created_at: () -> ::Time
|
#credential_arn ⇒ ::String
266 |
# File 'sig/client.rbs', line 266
def credential_arn: () -> ::String
|
#custom_role_arn ⇒ ::String
267 |
# File 'sig/client.rbs', line 267
def custom_role_arn: () -> ::String
|
#ecr_repository_prefix ⇒ ::String
262 |
# File 'sig/client.rbs', line 262
def ecr_repository_prefix: () -> ::String
|
#registry_id ⇒ ::String
265 |
# File 'sig/client.rbs', line 265
def registry_id: () -> ::String
|
#upstream_registry_url ⇒ ::String
263 |
# File 'sig/client.rbs', line 263
def upstream_registry_url: () -> ::String
|
#upstream_repository_prefix ⇒ ::String
268 |
# File 'sig/client.rbs', line 268
def upstream_repository_prefix: () -> ::String
|