Class: Aws::GuardDuty::Types::ResourceData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ResourceData
- Defined in:
- gems/aws-sdk-guardduty/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.
-
#container ⇒ Types::ContainerFindingResource
Contains detailed information about the container associated with the activity that prompted GuardDuty to generate a 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.
-
#eks_cluster ⇒ Types::EksCluster
Contains detailed information about the Amazon EKS cluster associated with the activity that prompted GuardDuty to generate a finding.
-
#kubernetes_workload ⇒ Types::KubernetesWorkload
Contains detailed information about the Kubernetes workload associated with the activity that prompted GuardDuty to generate a finding.
-
#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.
7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7920 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object, :eks_cluster, :kubernetes_workload, :container) SENSITIVE = [] include Aws::Structure end |
#container ⇒ Types::ContainerFindingResource
Contains detailed information about the container associated with the activity that prompted GuardDuty to generate a finding.
7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7920 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object, :eks_cluster, :kubernetes_workload, :container) SENSITIVE = [] include Aws::Structure end |
#ec2_instance ⇒ Types::Ec2Instance
Contains information about the Amazon EC2 instance.
7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7920 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object, :eks_cluster, :kubernetes_workload, :container) SENSITIVE = [] include Aws::Structure end |
#ec2_network_interface ⇒ Types::Ec2NetworkInterface
Contains information about the elastic network interface of the Amazon EC2 instance.
7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7920 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object, :eks_cluster, :kubernetes_workload, :container) SENSITIVE = [] include Aws::Structure end |
#eks_cluster ⇒ Types::EksCluster
Contains detailed information about the Amazon EKS cluster associated with the activity that prompted GuardDuty to generate a finding.
7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7920 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object, :eks_cluster, :kubernetes_workload, :container) SENSITIVE = [] include Aws::Structure end |
#kubernetes_workload ⇒ Types::KubernetesWorkload
Contains detailed information about the Kubernetes workload associated with the activity that prompted GuardDuty to generate a finding.
7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7920 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object, :eks_cluster, :kubernetes_workload, :container) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ Types::S3Bucket
Contains information about the Amazon S3 bucket.
7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7920 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object, :eks_cluster, :kubernetes_workload, :container) SENSITIVE = [] include Aws::Structure end |
#s3_object ⇒ Types::S3Object
Contains information about the Amazon S3 object.
7920 7921 7922 7923 7924 7925 7926 7927 7928 7929 7930 7931 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7920 class ResourceData < Struct.new( :s3_bucket, :ec2_instance, :access_key, :ec2_network_interface, :s3_object, :eks_cluster, :kubernetes_workload, :container) SENSITIVE = [] include Aws::Structure end |