Class: Aws::Types::ConnectorContainerImageScanConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ConnectorContainerImageScanConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pull_duration ⇒ "DAYS_3", ...
Returns the value of attribute pull_duration.
-
#push_duration ⇒ "LIFETIME", ...
Returns the value of attribute push_duration.
Instance Attribute Details
#pull_duration ⇒ "DAYS_3", ...
Returns the value of attribute pull_duration.
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.
815 816 817 |
# File 'sig/types.rbs', line 815 def push_duration @push_duration end |