Class: Aws::Types::ImageCriterion
- Inherits:
-
Object
- Object
- Aws::Types::ImageCriterion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_condition ⇒ Types::CreationDateCondition
Returns the value of attribute creation_date_condition.
-
#deprecation_time_condition ⇒ Types::DeprecationTimeCondition
Returns the value of attribute deprecation_time_condition.
-
#image_names ⇒ ::Array[::String]
Returns the value of attribute image_names.
-
#image_providers ⇒ ::Array[::String]
Returns the value of attribute image_providers.
-
#image_watermarks ⇒ ::Array[Types::ImageWatermarkFilterResponse]
Returns the value of attribute image_watermarks.
-
#marketplace_product_codes ⇒ ::Array[::String]
Returns the value of attribute marketplace_product_codes.
Instance Attribute Details
#creation_date_condition ⇒ Types::CreationDateCondition
Returns the value of attribute creation_date_condition.
10886 10887 10888 |
# File 'sig/types.rbs', line 10886 def creation_date_condition @creation_date_condition end |
#deprecation_time_condition ⇒ Types::DeprecationTimeCondition
Returns the value of attribute deprecation_time_condition.
10885 10886 10887 |
# File 'sig/types.rbs', line 10885 def deprecation_time_condition @deprecation_time_condition end |
#image_names ⇒ ::Array[::String]
Returns the value of attribute image_names.
10884 10885 10886 |
# File 'sig/types.rbs', line 10884 def image_names @image_names end |
#image_providers ⇒ ::Array[::String]
Returns the value of attribute image_providers.
10882 10883 10884 |
# File 'sig/types.rbs', line 10882 def image_providers @image_providers end |
#image_watermarks ⇒ ::Array[Types::ImageWatermarkFilterResponse]
Returns the value of attribute image_watermarks.
10887 10888 10889 |
# File 'sig/types.rbs', line 10887 def image_watermarks @image_watermarks end |
#marketplace_product_codes ⇒ ::Array[::String]
Returns the value of attribute marketplace_product_codes.
10883 10884 10885 |
# File 'sig/types.rbs', line 10883 def marketplace_product_codes @marketplace_product_codes end |