Class: Aws::Types::EcrConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EcrConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_tags ⇒ ::Array[::String]
Returns the value of attribute container_tags.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#container_tags ⇒ ::Array[::String]
Returns the value of attribute container_tags.
639 640 641 |
# File 'sig/types.rbs', line 639 def @container_tags end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def repository_name @repository_name end |