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:



3024
3025
3026
3027
3028
# File 'lib/aws-sdk-eks/types.rb', line 3024

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