Class: Aws::Types::CreatePullThroughCacheRuleRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePullThroughCacheRuleRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#credential_arn ⇒ ::String
Returns the value of attribute credential_arn.
-
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
-
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
-
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
-
#upstream_registry ⇒ "ecr", ...
Returns the value of attribute upstream_registry.
-
#upstream_registry_url ⇒ ::String
Returns the value of attribute upstream_registry_url.
-
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
Instance Attribute Details
#credential_arn ⇒ ::String
Returns the value of attribute credential_arn.
115 116 117 |
# File 'sig/types.rbs', line 115 def credential_arn @credential_arn end |
#custom_role_arn ⇒ ::String
Returns the value of attribute custom_role_arn.
116 117 118 |
# File 'sig/types.rbs', line 116 def custom_role_arn @custom_role_arn end |
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
111 112 113 |
# File 'sig/types.rbs', line 111 def ecr_repository_prefix @ecr_repository_prefix end |
#registry_id ⇒ ::String
Returns the value of attribute registry_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def registry_id @registry_id end |
#upstream_registry ⇒ "ecr", ...
Returns the value of attribute upstream_registry.
114 115 116 |
# File 'sig/types.rbs', line 114 def upstream_registry @upstream_registry end |
#upstream_registry_url ⇒ ::String
Returns the value of attribute upstream_registry_url.
112 113 114 |
# File 'sig/types.rbs', line 112 def upstream_registry_url @upstream_registry_url end |
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
117 118 119 |
# File 'sig/types.rbs', line 117 def upstream_repository_prefix @upstream_repository_prefix end |