Class: Aws::Types::ImageCriterionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_conditionTypes::CreationDateConditionRequest

Returns the value of attribute creation_date_condition.



11157
11158
11159
# File 'sig/types.rbs', line 11157

def creation_date_condition
  @creation_date_condition
end

#deprecation_time_conditionTypes::DeprecationTimeConditionRequest

Returns the value of attribute deprecation_time_condition.



11156
11157
11158
# File 'sig/types.rbs', line 11156

def deprecation_time_condition
  @deprecation_time_condition
end

#image_names::Array[::String]

Returns the value of attribute image_names.

Returns:

  • (::Array[::String])


11155
11156
11157
# File 'sig/types.rbs', line 11155

def image_names
  @image_names
end

#image_providers::Array[::String]

Returns the value of attribute image_providers.

Returns:

  • (::Array[::String])


11153
11154
11155
# File 'sig/types.rbs', line 11153

def image_providers
  @image_providers
end

#image_watermarks::Array[Types::ImageWatermarkFilterRequest]

Returns the value of attribute image_watermarks.



11158
11159
11160
# File 'sig/types.rbs', line 11158

def image_watermarks
  @image_watermarks
end

#marketplace_product_codes::Array[::String]

Returns the value of attribute marketplace_product_codes.

Returns:

  • (::Array[::String])


11154
11155
11156
# File 'sig/types.rbs', line 11154

def marketplace_product_codes
  @marketplace_product_codes
end