Class: Aws::Types::AwsEcrContainerAggregation
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcrContainerAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architectures ⇒ ::Array[Types::StringFilter]
Returns the value of attribute architectures.
-
#image_shas ⇒ ::Array[Types::StringFilter]
Returns the value of attribute image_shas.
-
#image_tags ⇒ ::Array[Types::StringFilter]
Returns the value of attribute image_tags.
-
#in_use_count ⇒ ::Array[Types::NumberFilter]
Returns the value of attribute in_use_count.
-
#last_in_use_at ⇒ ::Array[Types::DateFilter]
Returns the value of attribute last_in_use_at.
-
#repositories ⇒ ::Array[Types::StringFilter]
Returns the value of attribute repositories.
-
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
-
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#architectures ⇒ ::Array[Types::StringFilter]
Returns the value of attribute architectures.
229 230 231 |
# File 'sig/types.rbs', line 229 def architectures @architectures end |
#image_shas ⇒ ::Array[Types::StringFilter]
Returns the value of attribute image_shas.
227 228 229 |
# File 'sig/types.rbs', line 227 def image_shas @image_shas end |
#image_tags ⇒ ::Array[Types::StringFilter]
Returns the value of attribute image_tags.
230 231 232 |
# File 'sig/types.rbs', line 230 def @image_tags end |
#in_use_count ⇒ ::Array[Types::NumberFilter]
Returns the value of attribute in_use_count.
234 235 236 |
# File 'sig/types.rbs', line 234 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Array[Types::DateFilter]
Returns the value of attribute last_in_use_at.
233 234 235 |
# File 'sig/types.rbs', line 233 def last_in_use_at @last_in_use_at end |
#repositories ⇒ ::Array[Types::StringFilter]
Returns the value of attribute repositories.
228 229 230 |
# File 'sig/types.rbs', line 228 def repositories @repositories end |
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
226 227 228 |
# File 'sig/types.rbs', line 226 def resource_ids @resource_ids end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
232 233 234 |
# File 'sig/types.rbs', line 232 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
231 232 233 |
# File 'sig/types.rbs', line 231 def sort_order @sort_order end |