Class: Aws::Types::VmInstanceAggregationResponse
- Inherits:
-
Object
- Object
- Aws::Types::VmInstanceAggregationResponse
- 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 ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
-
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
-
#exploit_available_active_findings_count ⇒ ::Integer
Returns the value of attribute exploit_available_active_findings_count.
-
#fix_available_active_findings_count ⇒ ::Integer
Returns the value of attribute fix_available_active_findings_count.
-
#network_findings ⇒ ::Integer
Returns the value of attribute network_findings.
-
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#vm_image_reference ⇒ ::String
Returns the value of attribute vm_image_reference.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
3034 3035 3036 |
# File 'sig/types.rbs', line 3034 def account_id @account_id end |
#cloud_account_id ⇒ ::String
Returns the value of attribute cloud_account_id.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def cloud_account_id @cloud_account_id end |
#cloud_org_id ⇒ ::String
Returns the value of attribute cloud_org_id.
3030 3031 3032 |
# File 'sig/types.rbs', line 3030 def cloud_org_id @cloud_org_id end |
#cloud_partition ⇒ ::String
Returns the value of attribute cloud_partition.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def cloud_partition @cloud_partition end |
#cloud_provider ⇒ "AWS", "AZURE"
Returns the value of attribute cloud_provider.
3026 3027 3028 |
# File 'sig/types.rbs', line 3026 def cloud_provider @cloud_provider end |
#cloud_region ⇒ ::String
Returns the value of attribute cloud_region.
3029 3030 3031 |
# File 'sig/types.rbs', line 3029 def cloud_region @cloud_region end |
#exploit_available_active_findings_count ⇒ ::Integer
Returns the value of attribute exploit_available_active_findings_count.
3037 3038 3039 |
# File 'sig/types.rbs', line 3037 def exploit_available_active_findings_count @exploit_available_active_findings_count end |
#fix_available_active_findings_count ⇒ ::Integer
Returns the value of attribute fix_available_active_findings_count.
3038 3039 3040 |
# File 'sig/types.rbs', line 3038 def fix_available_active_findings_count @fix_available_active_findings_count end |
#network_findings ⇒ ::Integer
Returns the value of attribute network_findings.
3036 3037 3038 |
# File 'sig/types.rbs', line 3036 def network_findings @network_findings end |
#operating_system ⇒ ::String
Returns the value of attribute operating_system.
3032 3033 3034 |
# File 'sig/types.rbs', line 3032 def @operating_system end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
3025 3026 3027 |
# File 'sig/types.rbs', line 3025 def resource_id @resource_id end |
#severity_counts ⇒ Types::SeverityCounts
Returns the value of attribute severity_counts.
3035 3036 3037 |
# File 'sig/types.rbs', line 3035 def severity_counts @severity_counts end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
3033 3034 3035 |
# File 'sig/types.rbs', line 3033 def @tags end |
#vm_image_reference ⇒ ::String
Returns the value of attribute vm_image_reference.
3031 3032 3033 |
# File 'sig/types.rbs', line 3031 def vm_image_reference @vm_image_reference end |