Class: Aws::Types::EcrRescanDurationState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pull_date_rescan_duration"DAYS_14", ...

Returns the value of attribute pull_date_rescan_duration.

Returns:

  • ("DAYS_14", "DAYS_30", "DAYS_60", "DAYS_90", "DAYS_180", "DAYS_3", "DAYS_7")


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.

Returns:

  • ("LAST_PULL_DATE", "LAST_IN_USE_AT")


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.

Returns:

  • ("LIFETIME", "DAYS_30", "DAYS_180", "DAYS_14", "DAYS_60", "DAYS_90", "DAYS_3", "DAYS_7")


1362
1363
1364
# File 'sig/types.rbs', line 1362

def rescan_duration
  @rescan_duration
end

#status"SUCCESS", ...

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "PENDING", "FAILED")


1363
1364
1365
# File 'sig/types.rbs', line 1363

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def updated_at
  @updated_at
end