Class: Aws::EKS::Types::DeleteFargateProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DeleteFargateProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fargate_profile  ⇒ Types::FargateProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The deleted Fargate profile.
 
Instance Attribute Details
#fargate_profile ⇒ Types::FargateProfile
The deleted Fargate profile.
      2119 2120 2121 2122 2123  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2119 class DeleteFargateProfileResponse < Struct.new( :fargate_profile) SENSITIVE = [] include Aws::Structure end  |