Class: Aws::EKS::Types::DeleteFargateProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteFargateProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fargate_profile ⇒ Types::FargateProfile
The deleted Fargate profile.
Instance Attribute Details
#fargate_profile ⇒ Types::FargateProfile
The deleted Fargate profile.
2157 2158 2159 2160 2161 |
# File 'lib/aws-sdk-eks/types.rb', line 2157 class DeleteFargateProfileResponse < Struct.new( :fargate_profile) SENSITIVE = [] include Aws::Structure end |