Class: Aws::Types::ImageCriterion

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::CreationDateCondition

Returns the value of attribute creation_date_condition.



11147
11148
11149
# File 'sig/types.rbs', line 11147

def creation_date_condition
  @creation_date_condition
end

#deprecation_time_conditionTypes::DeprecationTimeCondition

Returns the value of attribute deprecation_time_condition.



11146
11147
11148
# File 'sig/types.rbs', line 11146

def deprecation_time_condition
  @deprecation_time_condition
end

#image_names::Array[::String]

Returns the value of attribute image_names.

Returns:

  • (::Array[::String])


11145
11146
11147
# File 'sig/types.rbs', line 11145

def image_names
  @image_names
end

#image_providers::Array[::String]

Returns the value of attribute image_providers.

Returns:

  • (::Array[::String])


11143
11144
11145
# File 'sig/types.rbs', line 11143

def image_providers
  @image_providers
end

#image_watermarks::Array[Types::ImageWatermarkFilterResponse]

Returns the value of attribute image_watermarks.



11148
11149
11150
# File 'sig/types.rbs', line 11148

def image_watermarks
  @image_watermarks
end

#marketplace_product_codes::Array[::String]

Returns the value of attribute marketplace_product_codes.

Returns:

  • (::Array[::String])


11144
11145
11146
# File 'sig/types.rbs', line 11144

def marketplace_product_codes
  @marketplace_product_codes
end