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
- Struct
- Aws::GuardDuty::Types::Resource
- 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
-
#access_key_details ⇒ 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_details ⇒ Types::InstanceDetails
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
-
#resource_type ⇒ String
The type of AWS resource.
-
#s3_bucket_details ⇒ Array<Types::S3BucketDetail>
Contains information on the S3 bucket.
Instance Attribute Details
#access_key_details ⇒ 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_details ⇒ Types::InstanceDetails
The information about the EC2 instance associated with the activity that prompted GuardDuty to generate a finding.
#resource_type ⇒ String
The type of AWS resource.
#s3_bucket_details ⇒ Array<Types::S3BucketDetail>
Contains information on the S3 bucket.