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.
11375 11376 11377 |
# File 'sig/types.rbs', line 11375 def creation_date_condition @creation_date_condition end |
#deprecation_time_condition ⇒ Types::DeprecationTimeConditionRequest
Returns the value of attribute deprecation_time_condition.
11374 11375 11376 |
# File 'sig/types.rbs', line 11374 def deprecation_time_condition @deprecation_time_condition end |
#image_names ⇒ ::Array[::String]
Returns the value of attribute image_names.
11373 11374 11375 |
# File 'sig/types.rbs', line 11373 def image_names @image_names end |
#image_providers ⇒ ::Array[::String]
Returns the value of attribute image_providers.
11371 11372 11373 |
# File 'sig/types.rbs', line 11371 def image_providers @image_providers end |
#image_watermarks ⇒ ::Array[Types::ImageWatermarkFilterRequest]
Returns the value of attribute image_watermarks.
11376 11377 11378 |
# File 'sig/types.rbs', line 11376 def image_watermarks @image_watermarks end |
#marketplace_product_codes ⇒ ::Array[::String]
Returns the value of attribute marketplace_product_codes.
11372 11373 11374 |
# File 'sig/types.rbs', line 11372 def marketplace_product_codes @marketplace_product_codes end |