You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about the AWS resource associated with the activity that prompted GuardDuty to generate a finding.

Returned by:

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.

Returns:

  • (Types::AccessKeyDetails)

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

#instance_detailsTypes::InstanceDetails

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

Returns:

  • (Types::InstanceDetails)

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

#resource_typeString

The type of AWS resource.

Returns:

  • (String)

    The type of AWS resource.

#s3_bucket_detailsArray<Types::S3BucketDetail>

Contains information on the S3 bucket.

Returns: