Module: Aws::ECR::Client::_ValidatePullThroughCacheRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ValidatePullThroughCacheRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #credential_arn ⇒ ::String
- #custom_role_arn ⇒ ::String
- #ecr_repository_prefix ⇒ ::String
- #failure ⇒ ::String
- #is_valid ⇒ Boolean
- #registry_id ⇒ ::String
- #upstream_registry_url ⇒ ::String
- #upstream_repository_prefix ⇒ ::String
Instance Method Details
#credential_arn ⇒ ::String
1004 |
# File 'sig/client.rbs', line 1004
def credential_arn: () -> ::String
|
#custom_role_arn ⇒ ::String
1005 |
# File 'sig/client.rbs', line 1005
def custom_role_arn: () -> ::String
|
#ecr_repository_prefix ⇒ ::String
1001 |
# File 'sig/client.rbs', line 1001
def ecr_repository_prefix: () -> ::String
|
#failure ⇒ ::String
1008 |
# File 'sig/client.rbs', line 1008
def failure: () -> ::String
|
#is_valid ⇒ Boolean
1007 |
# File 'sig/client.rbs', line 1007
def is_valid: () -> bool
|
#registry_id ⇒ ::String
1002 |
# File 'sig/client.rbs', line 1002
def registry_id: () -> ::String
|
#upstream_registry_url ⇒ ::String
1003 |
# File 'sig/client.rbs', line 1003
def upstream_registry_url: () -> ::String
|
#upstream_repository_prefix ⇒ ::String
1006 |
# File 'sig/client.rbs', line 1006
def upstream_repository_prefix: () -> ::String
|