Class: Aws::Types::ContainerImageAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architectures::Array[Types::StringFilter]

Returns the value of attribute architectures.

Returns:



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.

Returns:



865
866
867
# File 'sig/types.rbs', line 865

def 
  @cloud_account_ids
end

#cloud_org_ids::Array[Types::StringFilter]

Returns the value of attribute cloud_org_ids.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def image_tags
  @image_tags
end

#in_use_count::Array[Types::NumberFilter]

Returns the value of attribute in_use_count.

Returns:



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.

Returns:



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.

Returns:



858
859
860
# File 'sig/types.rbs', line 858

def registries
  @registries
end

#repositories::Array[Types::StringFilter]

Returns the value of attribute repositories.

Returns:



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.

Returns:



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.

Returns:

  • ("CRITICAL", "HIGH", "ALL")


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.

Returns:

  • ("ASC", "DESC")


868
869
870
# File 'sig/types.rbs', line 868

def sort_order
  @sort_order
end