Class: Aws::Types::ImageLayerAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_account_ids::Array[Types::StringFilter]

Returns the value of attribute cloud_account_ids.

Returns:



1817
1818
1819
# File 'sig/types.rbs', line 1817

def 
  @cloud_account_ids
end

#cloud_org_ids::Array[Types::StringFilter]

Returns the value of attribute cloud_org_ids.

Returns:



1818
1819
1820
# File 'sig/types.rbs', line 1818

def cloud_org_ids
  @cloud_org_ids
end

#cloud_partitions::Array[Types::StringFilter]

Returns the value of attribute cloud_partitions.

Returns:



1820
1821
1822
# File 'sig/types.rbs', line 1820

def cloud_partitions
  @cloud_partitions
end

#cloud_providers::Array[Types::StringFilter]

Returns the value of attribute cloud_providers.

Returns:



1816
1817
1818
# File 'sig/types.rbs', line 1816

def cloud_providers
  @cloud_providers
end

#cloud_regions::Array[Types::StringFilter]

Returns the value of attribute cloud_regions.

Returns:



1819
1820
1821
# File 'sig/types.rbs', line 1819

def cloud_regions
  @cloud_regions
end

#layer_hashes::Array[Types::StringFilter]

Returns the value of attribute layer_hashes.

Returns:



1815
1816
1817
# File 'sig/types.rbs', line 1815

def layer_hashes
  @layer_hashes
end

#repositories::Array[Types::StringFilter]

Returns the value of attribute repositories.

Returns:



1813
1814
1815
# File 'sig/types.rbs', line 1813

def repositories
  @repositories
end

#resource_ids::Array[Types::StringFilter]

Returns the value of attribute resource_ids.

Returns:



1814
1815
1816
# File 'sig/types.rbs', line 1814

def resource_ids
  @resource_ids
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

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


1822
1823
1824
# File 'sig/types.rbs', line 1822

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


1821
1822
1823
# File 'sig/types.rbs', line 1821

def sort_order
  @sort_order
end