class Aws::EKS::Types::DeleteFargateProfileRequest

@note When making an API call, you may pass DeleteFargateProfileRequest

data as a hash:

    {
      cluster_name: "String", # required
      fargate_profile_name: "String", # required
    }

@!attribute [rw] cluster_name

The name of the Amazon EKS cluster associated with the Fargate
profile to delete.
@return [String]

@!attribute [rw] fargate_profile_name

The name of the Fargate profile to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/DeleteFargateProfileRequest AWS API Documentation

Constants

SENSITIVE