Class: Aws::EKS::Types::DeleteFargateProfileRequest

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

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1993

class DeleteFargateProfileRequest < Struct.new(
  :cluster_name,
  :fargate_profile_name)
  SENSITIVE = []
  include Aws::Structure
end

#fargate_profile_nameString

The name of the Fargate profile to delete.

Returns:

  • (String)


1993
1994
1995
1996
1997
1998
# File 'gems/aws-sdk-eks/lib/aws-sdk-eks/types.rb', line 1993

class DeleteFargateProfileRequest < Struct.new(
  :cluster_name,
  :fargate_profile_name)
  SENSITIVE = []
  include Aws::Structure
end