Module: Aws::ECR::Client::_CreatePullThroughCacheRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreatePullThroughCacheRuleResponse]
- 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 ⇒ "ecr", ...
- #upstream_registry_url ⇒ ::String
- #upstream_repository_prefix ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
163 |
# File 'sig/client.rbs', line 163
def created_at: () -> ::Time
|
#credential_arn ⇒ ::String
166 |
# File 'sig/client.rbs', line 166
def credential_arn: () -> ::String
|
#custom_role_arn ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def custom_role_arn: () -> ::String
|
#ecr_repository_prefix ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def ecr_repository_prefix: () -> ::String
|
#registry_id ⇒ ::String
164 |
# File 'sig/client.rbs', line 164
def registry_id: () -> ::String
|
#upstream_registry ⇒ "ecr", ...
165 |
# File 'sig/client.rbs', line 165
def upstream_registry: () -> ("ecr" | "ecr-public" | "quay" | "k8s" | "docker-hub" | "github-container-registry" | "azure-container-registry" | "gitlab-container-registry" | "chainguard")
|
#upstream_registry_url ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def upstream_registry_url: () -> ::String
|
#upstream_repository_prefix ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def upstream_repository_prefix: () -> ::String
|