Class: Aws::Types::EcrRepositoryMetadata
- Inherits:
-
Object
- Object
- Aws::Types::EcrRepositoryMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scan_frequency ⇒ "MANUAL", ...
Returns the value of attribute scan_frequency.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1356 1357 1358 |
# File 'sig/types.rbs', line 1356 def name @name end |
#scan_frequency ⇒ "MANUAL", ...
Returns the value of attribute scan_frequency.
1357 1358 1359 |
# File 'sig/types.rbs', line 1357 def scan_frequency @scan_frequency end |