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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eks/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.



2006
2007
2008
2009
2010
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 2006

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