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

Information about the Amazon EC2 instance assessed for runtime coverage.



1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1060

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.



1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1060

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.



1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1060

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)


1060
1061
1062
1063
1064
1065
1066
1067
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 1060

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