Class: Aws::EKS::Types::FargateProfileHealth

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#issuesArray<Types::FargateProfileIssue>

Any issues that are associated with the Fargate profile.

Returns:



3062
3063
3064
3065
3066
# File 'lib/aws-sdk-eks/types.rb', line 3062

class FargateProfileHealth < Struct.new(
  :issues)
  SENSITIVE = []
  include Aws::Structure
end