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.
3024 3025 3026 3027 3028 |
# File 'lib/aws-sdk-eks/types.rb', line 3024 class FargateProfileHealth < Struct.new( :issues) SENSITIVE = [] include Aws::Structure end |