Class: Aws::Types::ConnectorContainerImageScanConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pull_duration"DAYS_3", ...

Returns the value of attribute pull_duration.

Returns:

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


816
817
818
# File 'sig/types.rbs', line 816

def pull_duration
  @pull_duration
end

#push_duration"LIFETIME", ...

Returns the value of attribute push_duration.

Returns:

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


815
816
817
# File 'sig/types.rbs', line 815

def push_duration
  @push_duration
end