Class: Aws::Inspector2::Types::Ec2InstanceAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Ec2InstanceAggregationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
A response that contains the results of a finding aggregation by Amazon EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Web Services account for the Amazon EC2 instance.
-
#ami ⇒ String
The Amazon Machine Image (AMI) of the Amazon EC2 instance.
-
#instance_id ⇒ String
The Amazon EC2 instance ID.
-
#instance_tags ⇒ Hash<String,String>
The tags attached to the instance.
-
#network_findings ⇒ Integer
The number of network findings for the Amazon EC2 instance.
-
#operating_system ⇒ String
The operating system of the Amazon EC2 instance.
-
#severity_counts ⇒ Types::SeverityCounts
An object that contains the count of matched findings per severity.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services account for the Amazon EC2 instance.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2791 class Ec2InstanceAggregationResponse < Struct.new( :account_id, :ami, :instance_id, :instance_tags, :network_findings, :operating_system, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#ami ⇒ String
The Amazon Machine Image (AMI) of the Amazon EC2 instance.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2791 class Ec2InstanceAggregationResponse < Struct.new( :account_id, :ami, :instance_id, :instance_tags, :network_findings, :operating_system, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The Amazon EC2 instance ID.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2791 class Ec2InstanceAggregationResponse < Struct.new( :account_id, :ami, :instance_id, :instance_tags, :network_findings, :operating_system, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#instance_tags ⇒ Hash<String,String>
The tags attached to the instance.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2791 class Ec2InstanceAggregationResponse < Struct.new( :account_id, :ami, :instance_id, :instance_tags, :network_findings, :operating_system, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#network_findings ⇒ Integer
The number of network findings for the Amazon EC2 instance.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2791 class Ec2InstanceAggregationResponse < Struct.new( :account_id, :ami, :instance_id, :instance_tags, :network_findings, :operating_system, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ String
The operating system of the Amazon EC2 instance.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2791 class Ec2InstanceAggregationResponse < Struct.new( :account_id, :ami, :instance_id, :instance_tags, :network_findings, :operating_system, :severity_counts) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
An object that contains the count of matched findings per severity.
2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2791 class Ec2InstanceAggregationResponse < Struct.new( :account_id, :ami, :instance_id, :instance_tags, :network_findings, :operating_system, :severity_counts) SENSITIVE = [] include Aws::Structure end |