Class: Aws::Proton::Types::ResourceCountsSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::ResourceCountsSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Summary counts of each Proton resource types.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #behind_major  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of resources of this type in the Amazon Web Services account that need a major template version update.
 - 
  
    
      #behind_minor  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of resources of this type in the Amazon Web Services account that need a minor template version update.
 - 
  
    
      #failed  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of resources of this type in the Amazon Web Services account that failed to deploy.
 - 
  
    
      #total  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of resources of this type in the Amazon Web Services account.
 - 
  
    
      #up_to_date  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
 
Instance Attribute Details
#behind_major ⇒ Integer
The number of resources of this type in the Amazon Web Services account that need a major template version update.
      4644 4645 4646 4647 4648 4649 4650 4651 4652  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4644 class ResourceCountsSummary < Struct.new( :behind_major, :behind_minor, :failed, :total, :up_to_date) SENSITIVE = [] include Aws::Structure end  | 
  
#behind_minor ⇒ Integer
The number of resources of this type in the Amazon Web Services account that need a minor template version update.
      4644 4645 4646 4647 4648 4649 4650 4651 4652  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4644 class ResourceCountsSummary < Struct.new( :behind_major, :behind_minor, :failed, :total, :up_to_date) SENSITIVE = [] include Aws::Structure end  | 
  
#failed ⇒ Integer
The number of resources of this type in the Amazon Web Services account that failed to deploy.
      4644 4645 4646 4647 4648 4649 4650 4651 4652  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4644 class ResourceCountsSummary < Struct.new( :behind_major, :behind_minor, :failed, :total, :up_to_date) SENSITIVE = [] include Aws::Structure end  | 
  
#total ⇒ Integer
The total number of resources of this type in the Amazon Web Services account.
      4644 4645 4646 4647 4648 4649 4650 4651 4652  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4644 class ResourceCountsSummary < Struct.new( :behind_major, :behind_minor, :failed, :total, :up_to_date) SENSITIVE = [] include Aws::Structure end  | 
  
#up_to_date ⇒ Integer
The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.
      4644 4645 4646 4647 4648 4649 4650 4651 4652  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 4644 class ResourceCountsSummary < Struct.new( :behind_major, :behind_minor, :failed, :total, :up_to_date) SENSITIVE = [] include Aws::Structure end  |