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

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

#cluster_nameString

The name of your cluster.

Returns:

  • (String)


2285
2286
2287
2288
2289
2290
# File 'lib/aws-sdk-eks/types.rb', line 2285

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)


2285
2286
2287
2288
2289
2290
# File 'lib/aws-sdk-eks/types.rb', line 2285

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