Class: Aws::Types::ImageLayerAggregationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1830
1831
1832
# File 'sig/types.rbs', line 1830

def 
  @account_id
end

#cloud_account_id::String

Returns the value of attribute cloud_account_id.

Returns:

  • (::String)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def 
  @cloud_account_id
end

#cloud_org_id::String

Returns the value of attribute cloud_org_id.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def cloud_org_id
  @cloud_org_id
end

#cloud_partition::String

Returns the value of attribute cloud_partition.

Returns:

  • (::String)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def cloud_partition
  @cloud_partition
end

#cloud_provider::String

Returns the value of attribute cloud_provider.

Returns:

  • (::String)


1831
1832
1833
# File 'sig/types.rbs', line 1831

def cloud_provider
  @cloud_provider
end

#cloud_region::String

Returns the value of attribute cloud_region.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def cloud_region
  @cloud_region
end

#layer_hash::String

Returns the value of attribute layer_hash.

Returns:

  • (::String)


1829
1830
1831
# File 'sig/types.rbs', line 1829

def layer_hash
  @layer_hash
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def repository
  @repository
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1828
1829
1830
# File 'sig/types.rbs', line 1828

def resource_id
  @resource_id
end

#severity_countsTypes::SeverityCounts

Returns the value of attribute severity_counts.



1836
1837
1838
# File 'sig/types.rbs', line 1836

def severity_counts
  @severity_counts
end