Class: Aws::Types::ContainerRegistryMap
- Inherits:
-
Object
- Object
- Aws::Types::ContainerRegistryMap
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_mappings ⇒ ::Array[Types::ImageMapping]
Returns the value of attribute image_mappings.
-
#registry_mappings ⇒ ::Array[Types::RegistryMapping]
Returns the value of attribute registry_mappings.
Instance Attribute Details
#image_mappings ⇒ ::Array[Types::ImageMapping]
Returns the value of attribute image_mappings.
220 221 222 |
# File 'sig/types.rbs', line 220 def image_mappings @image_mappings end |
#registry_mappings ⇒ ::Array[Types::RegistryMapping]
Returns the value of attribute registry_mappings.
219 220 221 |
# File 'sig/types.rbs', line 219 def registry_mappings @registry_mappings end |