Class: Aws::GuardDuty::Types::CloudformationStack
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::CloudformationStack
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the CloudFormation stack 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 created as part of the same CloudFormation stack.
Instance Attribute Details
#ec2_instance_uids ⇒ Array<String>
A list of unique identifiers for the compromised Amazon EC2 instances that were created as part of the same CloudFormation stack.
856 857 858 859 860 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 856 class CloudformationStack < Struct.new( :ec2_instance_uids) SENSITIVE = [] include Aws::Structure end |