Class: Aws::Types::RegistryMapping
- Inherits:
-
Object
- Object
- Aws::Types::RegistryMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ecr_account_id ⇒ ::String
Returns the value of attribute ecr_account_id.
-
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
-
#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
#ecr_account_id ⇒ ::String
Returns the value of attribute ecr_account_id.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def ecr_account_id @ecr_account_id end |
#ecr_repository_prefix ⇒ ::String
Returns the value of attribute ecr_repository_prefix.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def ecr_repository_prefix @ecr_repository_prefix end |
#upstream_registry_url ⇒ ::String
Returns the value of attribute upstream_registry_url.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def upstream_registry_url @upstream_registry_url end |
#upstream_repository_prefix ⇒ ::String
Returns the value of attribute upstream_repository_prefix.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def upstream_repository_prefix @upstream_repository_prefix end |