You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EKS::Types::DeleteFargateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteFargateProfileRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteFargateProfileRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
cluster_name: "String", # required
fargate_profile_name: "String", # required
}
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
-
#fargate_profile_name ⇒ String
The name of the Fargate profile to delete.
Instance Attribute Details
#cluster_name ⇒ String
The name of the Amazon EKS cluster associated with the Fargate profile to delete.
#fargate_profile_name ⇒ String
The name of the Fargate profile to delete.