Module: Aws::ECR::Client::_UpdatePullThroughCacheRuleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdatePullThroughCacheRuleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #credential_arn ⇒ ::String
- #custom_role_arn ⇒ ::String
- #ecr_repository_prefix ⇒ ::String
- #registry_id ⇒ ::String
- #updated_at ⇒ ::Time
- #upstream_repository_prefix ⇒ ::String
Instance Method Details
#credential_arn ⇒ ::String
935 |
# File 'sig/client.rbs', line 935
def credential_arn: () -> ::String
|
#custom_role_arn ⇒ ::String
936 |
# File 'sig/client.rbs', line 936
def custom_role_arn: () -> ::String
|
#ecr_repository_prefix ⇒ ::String
932 |
# File 'sig/client.rbs', line 932
def ecr_repository_prefix: () -> ::String
|
#registry_id ⇒ ::String
933 |
# File 'sig/client.rbs', line 933
def registry_id: () -> ::String
|
#updated_at ⇒ ::Time
934 |
# File 'sig/client.rbs', line 934
def updated_at: () -> ::Time
|
#upstream_repository_prefix ⇒ ::String
937 |
# File 'sig/client.rbs', line 937
def upstream_repository_prefix: () -> ::String
|