Class: Aws::Types::EcrConfiguration

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")


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.

Returns:

  • ("LAST_PULL_DATE", "LAST_IN_USE_AT")


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.

Returns:

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


1336
1337
1338
# File 'sig/types.rbs', line 1336

def rescan_duration
  @rescan_duration
end