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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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:



2993
2994
2995
2996
2997
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2993

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