Class: Aws::GuardDuty::Types::Resource

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

Overview

The AWS resource associated with the activity that prompted GuardDuty to generate a finding.

Instance Attribute Summary collapse

Instance Attribute Details

#access_key_detailsTypes::AccessKeyDetails

The IAM access key details (IAM user information) of a user that engaged in the activity that prompted GuardDuty to generate a finding.



2417
2418
2419
2420
2421
2422
# File 'lib/aws-sdk-guardduty/types.rb', line 2417

class Resource < Struct.new(
  :access_key_details,
  :instance_details,
  :resource_type)
  include Aws::Structure
end

#instance_detailsTypes::InstanceDetails

The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.



2417
2418
2419
2420
2421
2422
# File 'lib/aws-sdk-guardduty/types.rb', line 2417

class Resource < Struct.new(
  :access_key_details,
  :instance_details,
  :resource_type)
  include Aws::Structure
end

#resource_typeString

The type of the AWS resource.

Returns:

  • (String)


2417
2418
2419
2420
2421
2422
# File 'lib/aws-sdk-guardduty/types.rb', line 2417

class Resource < Struct.new(
  :access_key_details,
  :instance_details,
  :resource_type)
  include Aws::Structure
end