Class: Aws::EKS::Types::DeleteFargateProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-eks/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fargate_profileTypes::FargateProfile

The deleted Fargate profile.



2119
2120
2121
2122
2123
# File 'lib/aws-sdk-eks/types.rb', line 2119

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