Class: Aws::EKS::Types::CreateFargateProfileResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::CreateFargateProfileResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #fargate_profile  ⇒ Types::FargateProfile 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full description of your new Fargate profile.
 
Instance Attribute Details
#fargate_profile ⇒ Types::FargateProfile
The full description of your new Fargate profile.
      1689 1690 1691 1692 1693  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 1689 class CreateFargateProfileResponse < Struct.new( :fargate_profile) SENSITIVE = [] include Aws::Structure end  |