Class: Aws::Types::ContainerRepositoryMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ContainerRepositoryMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scan_frequency ⇒ ::String
Returns the value of attribute scan_frequency.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
908 909 910 |
# File 'sig/types.rbs', line 908 def name @name end |
#scan_frequency ⇒ ::String
Returns the value of attribute scan_frequency.
909 910 911 |
# File 'sig/types.rbs', line 909 def scan_frequency @scan_frequency end |