Class: Aws::GuardDuty::Types::IamInstanceProfileV2

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the IAM instance profile 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 share the same IAM instance profile.

Returns:

  • (Array<String>)


5496
5497
5498
5499
5500
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 5496

class IamInstanceProfileV2 < Struct.new(
  :ec2_instance_uids)
  SENSITIVE = []
  include Aws::Structure
end