Class: Aws::Types::EcrRescanDurationState
- Inherits:
-
Object
- Object
- Aws::Types::EcrRescanDurationState
- 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.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#pull_date_rescan_duration ⇒ "DAYS_14", ...
Returns the value of attribute pull_date_rescan_duration.
1365 1366 1367 |
# File 'sig/types.rbs', line 1365 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.
1366 1367 1368 |
# File 'sig/types.rbs', line 1366 def pull_date_rescan_mode @pull_date_rescan_mode end |
#rescan_duration ⇒ "LIFETIME", ...
Returns the value of attribute rescan_duration.
1362 1363 1364 |
# File 'sig/types.rbs', line 1362 def rescan_duration @rescan_duration end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
1363 1364 1365 |
# File 'sig/types.rbs', line 1363 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1364 1365 1366 |
# File 'sig/types.rbs', line 1364 def updated_at @updated_at end |