Class: Aws::GuardDuty::Types::AutoscalingAutoScalingGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AutoscalingAutoScalingGroup
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the Auto Scaling Group 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 are part of the same Auto Scaling Group.
Instance Attribute Details
#ec2_instance_uids ⇒ Array<String>
A list of unique identifiers for the compromised Amazon EC2 instances that are part of the same Auto Scaling Group.
646 647 648 649 650 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 646 class AutoscalingAutoScalingGroup < Struct.new( :ec2_instance_uids) SENSITIVE = [] include Aws::Structure end |