Class: Aws::EKS::Types::FargateProfileHealth
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::FargateProfileHealth
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The health status of the Fargate profile. If there are issues with your Fargate profile’s health, they are listed here.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #issues  ⇒ Array<Types::FargateProfileIssue> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Any issues that are associated with the Fargate profile.
 
Instance Attribute Details
#issues ⇒ Array<Types::FargateProfileIssue>
Any issues that are associated with the Fargate profile.
      3062 3063 3064 3065 3066  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 3062 class FargateProfileHealth < Struct.new( :issues) SENSITIVE = [] include Aws::Structure end  |