Class: Aws::Types::RepositoryAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryAggregationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#affected_images ⇒ ::Integer
Returns the value of attribute affected_images.
-
#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 ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
-
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def account_id @account_id end |
#affected_images ⇒ ::Integer
Returns the value of attribute affected_images.
2376 2377 2378 |
# File 'sig/types.rbs', line 2376 def affected_images @affected_images end |
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
2374 2375 2376 |
# File 'sig/types.rbs', line 2374 def cloud_account_id @cloud_account_id end |
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
2373 2374 2375 |
# File 'sig/types.rbs', line 2373 def cloud_org_id @cloud_org_id end |
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def cloud_partition @cloud_partition end |
#cloud_provider ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def cloud_provider @cloud_provider end |
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
2372 2373 2374 |
# File 'sig/types.rbs', line 2372 def cloud_region @cloud_region end |
#repository ⇒ ::String
Returns the value of attribute repository.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def repository @repository end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
2375 2376 2377 |
# File 'sig/types.rbs', line 2375 def severity_counts @severity_counts end |