Class: Aws::Inspector2::Types::Ec2InstanceAggregationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::Ec2InstanceAggregationResponse
- Defined in:
- gems/aws-sdk-inspector2/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.
3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3744 class Ec2InstanceAggregationResponse < Struct.new( :instance_id, :ami, :operating_system, :instance_tags, :account_id, :severity_counts, :network_findings) SENSITIVE = [] include Aws::Structure end |
#ami ⇒ String
The Amazon Machine Image (AMI) of the Amazon EC2 instance.
3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3744 class Ec2InstanceAggregationResponse < Struct.new( :instance_id, :ami, :operating_system, :instance_tags, :account_id, :severity_counts, :network_findings) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The Amazon EC2 instance ID.
3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3744 class Ec2InstanceAggregationResponse < Struct.new( :instance_id, :ami, :operating_system, :instance_tags, :account_id, :severity_counts, :network_findings) SENSITIVE = [] include Aws::Structure end |
#instance_tags ⇒ Hash<String,String>
The tags attached to the instance.
3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3744 class Ec2InstanceAggregationResponse < Struct.new( :instance_id, :ami, :operating_system, :instance_tags, :account_id, :severity_counts, :network_findings) SENSITIVE = [] include Aws::Structure end |
#network_findings ⇒ Integer
The number of network findings for the Amazon EC2 instance.
3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3744 class Ec2InstanceAggregationResponse < Struct.new( :instance_id, :ami, :operating_system, :instance_tags, :account_id, :severity_counts, :network_findings) SENSITIVE = [] include Aws::Structure end |
#operating_system ⇒ String
The operating system of the Amazon EC2 instance.
3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3744 class Ec2InstanceAggregationResponse < Struct.new( :instance_id, :ami, :operating_system, :instance_tags, :account_id, :severity_counts, :network_findings) SENSITIVE = [] include Aws::Structure end |
#severity_counts ⇒ Types::SeverityCounts
An object that contains the count of matched findings per severity.
3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 3744 class Ec2InstanceAggregationResponse < Struct.new( :instance_id, :ami, :operating_system, :instance_tags, :account_id, :severity_counts, :network_findings) SENSITIVE = [] include Aws::Structure end |