Class: Aws::GuardDuty::Types::CloudformationStack

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ec2_instance_uidsArray<String>

A list of unique identifiers for the compromised Amazon EC2 instances that were created as part of the same CloudFormation stack.

Returns:

  • (Array<String>)


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