Class: Aws::GuardDuty::Types::CoverageResourceDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Information about the resource for each individual EKS cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_detailsTypes::CoverageEc2InstanceDetails

This API is also used when you use GuardDuty Runtime Monitoring for your Amazon EC2 instances (currently in preview release) and is subject to change.

Information about the Amazon EC2 instance assessed for runtime coverage.



1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1072

class CoverageResourceDetails < Struct.new(
  :eks_cluster_details,
  :resource_type,
  :ecs_cluster_details,
  :ec2_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#ecs_cluster_detailsTypes::CoverageEcsClusterDetails

Information about the Amazon ECS cluster that is assessed for runtime coverage.



1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1072

class CoverageResourceDetails < Struct.new(
  :eks_cluster_details,
  :resource_type,
  :ecs_cluster_details,
  :ec2_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#eks_cluster_detailsTypes::CoverageEksClusterDetails

EKS cluster details involved in the coverage statistics.



1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1072

class CoverageResourceDetails < Struct.new(
  :eks_cluster_details,
  :resource_type,
  :ecs_cluster_details,
  :ec2_instance_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of Amazon Web Services resource.

Returns:

  • (String)


1072
1073
1074
1075
1076
1077
1078
1079
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1072

class CoverageResourceDetails < Struct.new(
  :eks_cluster_details,
  :resource_type,
  :ecs_cluster_details,
  :ec2_instance_details)
  SENSITIVE = []
  include Aws::Structure
end