Class: Aws::Types::ImageCriterionRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImageCriterionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date_condition ⇒ Types::CreationDateConditionRequest
Returns the value of attribute creation_date_condition.
-
#deprecation_time_condition ⇒ Types::DeprecationTimeConditionRequest
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::ImageWatermarkFilterRequest]
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::CreationDateConditionRequest
Returns the value of attribute creation_date_condition.
10896 10897 10898 |
# File 'sig/types.rbs', line 10896 def creation_date_condition @creation_date_condition end |
#deprecation_time_condition ⇒ Types::DeprecationTimeConditionRequest
Returns the value of attribute deprecation_time_condition.
10895 10896 10897 |
# File 'sig/types.rbs', line 10895 def deprecation_time_condition @deprecation_time_condition end |
#image_names ⇒ ::Array[::String]
Returns the value of attribute image_names.
10894 10895 10896 |
# File 'sig/types.rbs', line 10894 def image_names @image_names end |
#image_providers ⇒ ::Array[::String]
Returns the value of attribute image_providers.
10892 10893 10894 |
# File 'sig/types.rbs', line 10892 def image_providers @image_providers end |
#image_watermarks ⇒ ::Array[Types::ImageWatermarkFilterRequest]
Returns the value of attribute image_watermarks.
10897 10898 10899 |
# File 'sig/types.rbs', line 10897 def image_watermarks @image_watermarks end |
#marketplace_product_codes ⇒ ::Array[::String]
Returns the value of attribute marketplace_product_codes.
10893 10894 10895 |
# File 'sig/types.rbs', line 10893 def marketplace_product_codes @marketplace_product_codes end |