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.
      2144 2145 2146 2147 2148 2149  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2144 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.
      2144 2145 2146 2147 2148 2149  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2144 class DeleteFargateProfileRequest < Struct.new( :cluster_name, :fargate_profile_name) SENSITIVE = [] include Aws::Structure end  |