Class: Aws::EKS::Types::DeprecationDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EKS::Types::DeprecationDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-eks/types.rb
 
Overview
The summary information about deprecated resource usage for an insight check in the ‘UPGRADE_READINESS` category.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #client_stats  ⇒ Array<Types::ClientStat> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about Kubernetes clients using the deprecated resources.
 - 
  
    
      #replaced_with  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The newer version of the resource to migrate to if applicable.
 - 
  
    
      #start_serving_replacement_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the software where the newer resource version became available to migrate to if applicable.
 - 
  
    
      #stop_serving_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the software where the deprecated resource version will stop being served.
 - 
  
    
      #usage  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The deprecated version of the resource.
 
Instance Attribute Details
#client_stats ⇒ Array<Types::ClientStat>
Details about Kubernetes clients using the deprecated resources.
      2249 2250 2251 2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2249 class DeprecationDetail < Struct.new( :usage, :replaced_with, :stop_serving_version, :start_serving_replacement_version, :client_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#replaced_with ⇒ String
The newer version of the resource to migrate to if applicable.
      2249 2250 2251 2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2249 class DeprecationDetail < Struct.new( :usage, :replaced_with, :stop_serving_version, :start_serving_replacement_version, :client_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#start_serving_replacement_version ⇒ String
The version of the software where the newer resource version became available to migrate to if applicable.
      2249 2250 2251 2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2249 class DeprecationDetail < Struct.new( :usage, :replaced_with, :stop_serving_version, :start_serving_replacement_version, :client_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#stop_serving_version ⇒ String
The version of the software where the deprecated resource version will stop being served.
      2249 2250 2251 2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2249 class DeprecationDetail < Struct.new( :usage, :replaced_with, :stop_serving_version, :start_serving_replacement_version, :client_stats) SENSITIVE = [] include Aws::Structure end  | 
  
#usage ⇒ String
The deprecated version of the resource.
      2249 2250 2251 2252 2253 2254 2255 2256 2257  | 
    
      # File 'lib/aws-sdk-eks/types.rb', line 2249 class DeprecationDetail < Struct.new( :usage, :replaced_with, :stop_serving_version, :start_serving_replacement_version, :client_stats) SENSITIVE = [] include Aws::Structure end  |