Class: Aws::Types::ImageLayerAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImageLayerAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
-
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
-
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
-
#cloud_provider ⇒ ::String
Returns the value of attribute cloud_provider.
-
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
-
#layer_hash ⇒ ::String
Returns the value of attribute layer_hash.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1830 1831 1832 |
# File 'sig/types.rbs', line 1830 def account_id @account_id end |
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def cloud_account_id @cloud_account_id end |
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
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.
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.
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.
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.
1829 1830 1831 |
# File 'sig/types.rbs', line 1829 def layer_hash @layer_hash end |
#repository ⇒ ::String
Returns the value of attribute repository.
1827 1828 1829 |
# File 'sig/types.rbs', line 1827 def repository @repository end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1828 1829 1830 |
# File 'sig/types.rbs', line 1828 def resource_id @resource_id end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def severity_counts @severity_counts end |