Class: Aws::EKS::Types::DescribeFargateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeFargateProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fargate_profile ⇒ Types::FargateProfile
The full description of your Fargate profile.
Instance Attribute Details
#fargate_profile ⇒ Types::FargateProfile
The full description of your Fargate profile.
2715 2716 2717 2718 2719 |
# File 'lib/aws-sdk-eks/types.rb', line 2715 class DescribeFargateProfileResponse < Struct.new( :fargate_profile) SENSITIVE = [] include Aws::Structure end |