Class: Aws::Types::FindingTypeAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::FindingTypeAggregationResponse
- 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.
-
#exploit_available_count ⇒ ::Integer
Returns the value of attribute exploit_available_count.
-
#fix_available_count ⇒ ::Integer
Returns the value of attribute fix_available_count.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def account_id @account_id end |
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
1589 1590 1591 |
# File 'sig/types.rbs', line 1589 def cloud_account_id @cloud_account_id end |
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
1590 1591 1592 |
# File 'sig/types.rbs', line 1590 def cloud_org_id @cloud_org_id end |
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def cloud_partition @cloud_partition end |
#cloud_provider ⇒ ::String
Returns the value of attribute cloud_provider.
1588 1589 1590 |
# File 'sig/types.rbs', line 1588 def cloud_provider @cloud_provider end |
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def cloud_region @cloud_region end |
#exploit_available_count ⇒ ::Integer
Returns the value of attribute exploit_available_count.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def exploit_available_count @exploit_available_count end |
#fix_available_count ⇒ ::Integer
Returns the value of attribute fix_available_count.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def fix_available_count @fix_available_count end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def severity_counts @severity_counts end |