Class: Aws::Types::EcrConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EcrConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pull_date_rescan_duration ⇒ "DAYS_14", ...
Returns the value of attribute pull_date_rescan_duration.
-
#pull_date_rescan_mode ⇒ "LAST_PULL_DATE", "LAST_IN_USE_AT"
Returns the value of attribute pull_date_rescan_mode.
-
#rescan_duration ⇒ "LIFETIME", ...
Returns the value of attribute rescan_duration.
Instance Attribute Details
#pull_date_rescan_duration ⇒ "DAYS_14", ...
Returns the value of attribute pull_date_rescan_duration.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def pull_date_rescan_duration @pull_date_rescan_duration end |
#pull_date_rescan_mode ⇒ "LAST_PULL_DATE", "LAST_IN_USE_AT"
Returns the value of attribute pull_date_rescan_mode.
1338 1339 1340 |
# File 'sig/types.rbs', line 1338 def pull_date_rescan_mode @pull_date_rescan_mode end |
#rescan_duration ⇒ "LIFETIME", ...
Returns the value of attribute rescan_duration.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def rescan_duration @rescan_duration end |