Class: Aws::Types::ContainerImageAggregation
- Inherits:
-
Object
- Object
- Aws::Types::ContainerImageAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architectures ⇒ ::Array[Types::StringFilter]
Returns the value of attribute architectures.
-
#cloud_account_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_account_ids.
-
#cloud_org_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_org_ids.
-
#cloud_partitions ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_partitions.
-
#cloud_providers ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_providers.
-
#cloud_regions ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_regions.
-
#image_digests ⇒ ::Array[Types::StringFilter]
Returns the value of attribute image_digests.
-
#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.
-
#registries ⇒ ::Array[Types::StringFilter]
Returns the value of attribute registries.
-
#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.
859 860 861 |
# File 'sig/types.rbs', line 859 def architectures @architectures end |
#cloud_account_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_account_ids.
865 866 867 |
# File 'sig/types.rbs', line 865 def cloud_account_ids @cloud_account_ids end |
#cloud_org_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_org_ids.
864 865 866 |
# File 'sig/types.rbs', line 864 def cloud_org_ids @cloud_org_ids end |
#cloud_partitions ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_partitions.
862 863 864 |
# File 'sig/types.rbs', line 862 def cloud_partitions @cloud_partitions end |
#cloud_providers ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_providers.
861 862 863 |
# File 'sig/types.rbs', line 861 def cloud_providers @cloud_providers end |
#cloud_regions ⇒ ::Array[Types::StringFilter]
Returns the value of attribute cloud_regions.
863 864 865 |
# File 'sig/types.rbs', line 863 def cloud_regions @cloud_regions end |
#image_digests ⇒ ::Array[Types::StringFilter]
Returns the value of attribute image_digests.
856 857 858 |
# File 'sig/types.rbs', line 856 def image_digests @image_digests end |
#image_tags ⇒ ::Array[Types::StringFilter]
Returns the value of attribute image_tags.
860 861 862 |
# File 'sig/types.rbs', line 860 def @image_tags end |
#in_use_count ⇒ ::Array[Types::NumberFilter]
Returns the value of attribute in_use_count.
867 868 869 |
# File 'sig/types.rbs', line 867 def in_use_count @in_use_count end |
#last_in_use_at ⇒ ::Array[Types::DateFilter]
Returns the value of attribute last_in_use_at.
866 867 868 |
# File 'sig/types.rbs', line 866 def last_in_use_at @last_in_use_at end |
#registries ⇒ ::Array[Types::StringFilter]
Returns the value of attribute registries.
858 859 860 |
# File 'sig/types.rbs', line 858 def registries @registries end |
#repositories ⇒ ::Array[Types::StringFilter]
Returns the value of attribute repositories.
857 858 859 |
# File 'sig/types.rbs', line 857 def repositories @repositories end |
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
855 856 857 |
# File 'sig/types.rbs', line 855 def resource_ids @resource_ids end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
869 870 871 |
# File 'sig/types.rbs', line 869 def sort_by @sort_by end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
868 869 870 |
# File 'sig/types.rbs', line 868 def sort_order @sort_order end |