Class: Aws::GuardDuty::Types::ResourceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ResourceData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the Amazon Web Services resource that is associated with the activity that prompted GuardDuty to generate a finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_key ⇒ Types::AccessKey
Contains information about the IAM access key details of a user that involved in the GuardDuty finding.
-
#ec2_instance ⇒ Types::Ec2Instance
Contains information about the Amazon EC2 instance.
-
#ec2_network_interface ⇒ Types::Ec2NetworkInterface
Contains information about the elastic network interface of the Amazon EC2 instance.
-
#s3_bucket ⇒ Types::S3Bucket
Contains information about the Amazon S3 bucket.
-
#s3_object ⇒ Types::S3Object
Contains information about the Amazon S3 object.
Instance Attribute Details
#access_key ⇒ Types::AccessKey
Contains information about the IAM access key details of a user that involved in the GuardDuty finding.
7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7717 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object) SENSITIVE = [] include Aws::Structure end |
#ec2_instance ⇒ Types::Ec2Instance
Contains information about the Amazon EC2 instance.
7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7717 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object) SENSITIVE = [] include Aws::Structure end |
#ec2_network_interface ⇒ Types::Ec2NetworkInterface
Contains information about the elastic network interface of the Amazon EC2 instance.
7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7717 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ Types::S3Bucket
Contains information about the Amazon S3 bucket.
7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7717 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object) SENSITIVE = [] include Aws::Structure end |
#s3_object ⇒ Types::S3Object
Contains information about the Amazon S3 object.
7717 7718 7719 7720 7721 7722 7723 7724 7725 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7717 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object) SENSITIVE = [] include Aws::Structure end |