Class: Aws::EKS::Types::DeleteFargateProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DeleteFargateProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The name of your cluster.
-
#fargate_profile_name ⇒ String
The name of the Fargate profile to delete.
Instance Attribute Details
#cluster_name ⇒ String
The name of your cluster.
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_name ⇒ String
The name of the Fargate profile to delete.
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 |