Class: Aws::GuardDuty::Types::CoverageResourceDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::CoverageResourceDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Information about the resource for each individual EKS cluster.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #ec2_instance_details  ⇒ Types::CoverageEc2InstanceDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the Amazon EC2 instance assessed for runtime coverage.
 - 
  
    
      #ecs_cluster_details  ⇒ Types::CoverageEcsClusterDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the Amazon ECS cluster that is assessed for runtime coverage.
 - 
  
    
      #eks_cluster_details  ⇒ Types::CoverageEksClusterDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
EKS cluster details involved in the coverage statistics.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of Amazon Web Services resource.
 
Instance Attribute Details
#ec2_instance_details ⇒ Types::CoverageEc2InstanceDetails
Information about the Amazon EC2 instance assessed for runtime coverage.
      1100 1101 1102 1103 1104 1105 1106 1107  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1100 class CoverageResourceDetails < Struct.new( :eks_cluster_details, :resource_type, :ecs_cluster_details, :ec2_instance_details) SENSITIVE = [] include Aws::Structure end  | 
  
#ecs_cluster_details ⇒ Types::CoverageEcsClusterDetails
Information about the Amazon ECS cluster that is assessed for runtime coverage.
      1100 1101 1102 1103 1104 1105 1106 1107  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1100 class CoverageResourceDetails < Struct.new( :eks_cluster_details, :resource_type, :ecs_cluster_details, :ec2_instance_details) SENSITIVE = [] include Aws::Structure end  | 
  
#eks_cluster_details ⇒ Types::CoverageEksClusterDetails
EKS cluster details involved in the coverage statistics.
      1100 1101 1102 1103 1104 1105 1106 1107  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1100 class CoverageResourceDetails < Struct.new( :eks_cluster_details, :resource_type, :ecs_cluster_details, :ec2_instance_details) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The type of Amazon Web Services resource.
      1100 1101 1102 1103 1104 1105 1106 1107  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1100 class CoverageResourceDetails < Struct.new( :eks_cluster_details, :resource_type, :ecs_cluster_details, :ec2_instance_details) SENSITIVE = [] include Aws::Structure end  |