Class: Aws::GuardDuty::Types::Ec2Vpc
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Ec2Vpc
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the Amazon EC2 VPC involved in a GuardDuty finding, including unique identifiers of the Amazon EC2 instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_instance_uids ⇒ Array<String>
A list of unique identifiers for the compromised Amazon EC2 instances that were launched within the same Virtual Private Cloud (VPC).
Instance Attribute Details
#ec2_instance_uids ⇒ Array<String>
A list of unique identifiers for the compromised Amazon EC2 instances that were launched within the same Virtual Private Cloud (VPC).
3651 3652 3653 3654 3655 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3651 class Ec2Vpc < Struct.new( :ec2_instance_uids) SENSITIVE = [] include Aws::Structure end |