Class: Aws::GuardDuty::Types::ResourceStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ResourceStatistics
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Information about each resource type associated with the
groupedByResource statistics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
The ID of the Amazon Web Services account.
-
#last_generated_at ⇒ Time
The timestamp at which the statistics for this resource was last generated.
-
#resource_id ⇒ String
ID associated with each resource.
-
#resource_type ⇒ String
The type of resource.
-
#total_findings ⇒ Integer
The total number of findings associated with this resource.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account.
8523 8524 8525 8526 8527 8528 8529 8530 8531 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8523 class ResourceStatistics < Struct.new( :account_id, :last_generated_at, :resource_id, :resource_type, :total_findings) SENSITIVE = [] include Aws::Structure end |
#last_generated_at ⇒ Time
The timestamp at which the statistics for this resource was last generated.
8523 8524 8525 8526 8527 8528 8529 8530 8531 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8523 class ResourceStatistics < Struct.new( :account_id, :last_generated_at, :resource_id, :resource_type, :total_findings) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
ID associated with each resource. The following list provides the mapping of the resource type and resource ID.
Mapping of resource and resource ID
AccessKey -
resource.accessKeyDetails.accessKeyIdContainer -
resource.containerDetails.idECSCluster -
resource.ecsClusterDetails.nameEKSCluster -
resource.eksClusterDetails.nameInstance -
resource.instanceDetails.instanceIdKubernetesCluster -
resource.kubernetesDetails.kubernetesWorkloadDetails.nameLambda -
resource.lambdaDetails.functionNameRDSDBInstance -
resource.rdsDbInstanceDetails.dbInstanceIdentifierS3Bucket -
resource.s3BucketDetails.nameS3Object -
resource.s3BucketDetails.name
8523 8524 8525 8526 8527 8528 8529 8530 8531 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8523 class ResourceStatistics < Struct.new( :account_id, :last_generated_at, :resource_id, :resource_type, :total_findings) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
8523 8524 8525 8526 8527 8528 8529 8530 8531 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8523 class ResourceStatistics < Struct.new( :account_id, :last_generated_at, :resource_id, :resource_type, :total_findings) SENSITIVE = [] include Aws::Structure end |
#total_findings ⇒ Integer
The total number of findings associated with this resource.
8523 8524 8525 8526 8527 8528 8529 8530 8531 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8523 class ResourceStatistics < Struct.new( :account_id, :last_generated_at, :resource_id, :resource_type, :total_findings) SENSITIVE = [] include Aws::Structure end |