Class: Aws::Types::ImageRepository
- Inherits:
-
Object
- Object
- Aws::Types::ImageRepository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_configuration ⇒ Types::ImageConfiguration
Returns the value of attribute image_configuration.
-
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
-
#image_repository_type ⇒ "ECR", "ECR_PUBLIC"
Returns the value of attribute image_repository_type.
Instance Attribute Details
#image_configuration ⇒ Types::ImageConfiguration
Returns the value of attribute image_configuration.
373 374 375 |
# File 'sig/types.rbs', line 373 def image_configuration @image_configuration end |
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
372 373 374 |
# File 'sig/types.rbs', line 372 def image_identifier @image_identifier end |
#image_repository_type ⇒ "ECR", "ECR_PUBLIC"
Returns the value of attribute image_repository_type.
374 375 376 |
# File 'sig/types.rbs', line 374 def image_repository_type @image_repository_type end |