Class: Aws::GuardDuty::Types::CoverageResource
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::CoverageResource
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Information about the resource of the GuardDuty account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the Amazon Web Services account.
 - 
  
    
      #coverage_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the status of the EKS cluster coverage.
 - 
  
    
      #detector_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the GuardDuty detector associated with the resource.
 - 
  
    
      #issue  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Represents the reason why a coverage status was ‘UNHEALTHY` for the EKS cluster.
 - 
  
    
      #resource_details  ⇒ Types::CoverageResourceDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the resource for which the coverage statistics are retrieved.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique ID of the resource.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The timestamp at which the coverage details for the resource were last updated.
 
Instance Attribute Details
#account_id ⇒ String
The unique ID of the Amazon Web Services account.
      1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1066 class CoverageResource < Struct.new( :resource_id, :detector_id, :account_id, :resource_details, :coverage_status, :issue, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#coverage_status ⇒ String
Represents the status of the EKS cluster coverage.
      1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1066 class CoverageResource < Struct.new( :resource_id, :detector_id, :account_id, :resource_details, :coverage_status, :issue, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#detector_id ⇒ String
The unique ID of the GuardDuty detector associated with the resource.
      1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1066 class CoverageResource < Struct.new( :resource_id, :detector_id, :account_id, :resource_details, :coverage_status, :issue, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#issue ⇒ String
Represents the reason why a coverage status was ‘UNHEALTHY` for the EKS cluster.
      1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1066 class CoverageResource < Struct.new( :resource_id, :detector_id, :account_id, :resource_details, :coverage_status, :issue, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_details ⇒ Types::CoverageResourceDetails
Information about the resource for which the coverage statistics are retrieved.
      1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1066 class CoverageResource < Struct.new( :resource_id, :detector_id, :account_id, :resource_details, :coverage_status, :issue, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
The unique ID of the resource.
      1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1066 class CoverageResource < Struct.new( :resource_id, :detector_id, :account_id, :resource_details, :coverage_status, :issue, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The timestamp at which the coverage details for the resource were last updated. This is in UTC format.
      1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 1066 class CoverageResource < Struct.new( :resource_id, :detector_id, :account_id, :resource_details, :coverage_status, :issue, :updated_at) SENSITIVE = [] include Aws::Structure end  |