Class: Aws::EKS::Types::UpdateEksAnywhereSubscriptionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::UpdateEksAnywhereSubscriptionResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #subscription  ⇒ Types::EksAnywhereSubscription 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The full description of the updated subscription.
 
Instance Attribute Details
#subscription ⇒ Types::EksAnywhereSubscription
The full description of the updated subscription.
      6162 6163 6164 6165 6166  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 6162 class UpdateEksAnywhereSubscriptionResponse < Struct.new( :subscription) SENSITIVE = [] include Aws::Structure end  |