Class: Aws::Proton::Types::CountsSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::CountsSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
Summary counts of each Proton resource type.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #components  ⇒ Types::ResourceCountsSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of components in the Amazon Web Services account.
 - 
  
    
      #environment_templates  ⇒ Types::ResourceCountsSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of environment templates in the Amazon Web Services account.
 - 
  
    
      #environments  ⇒ Types::ResourceCountsSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The staleness counts for Proton environments in the Amazon Web Services account.
 - 
  
    
      #pipelines  ⇒ Types::ResourceCountsSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The staleness counts for Proton pipelines in the Amazon Web Services account.
 - 
  
    
      #service_instances  ⇒ Types::ResourceCountsSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The staleness counts for Proton service instances in the Amazon Web Services account.
 - 
  
    
      #service_templates  ⇒ Types::ResourceCountsSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of service templates in the Amazon Web Services account.
 - 
  
    
      #services  ⇒ Types::ResourceCountsSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The staleness counts for Proton services in the Amazon Web Services account.
 
Instance Attribute Details
#components ⇒ Types::ResourceCountsSummary
The total number of components in the Amazon Web Services account.
The semantics of the ‘components` field are different from the semantics of results for other infrastructure-provisioning resources. That’s because at this time components don’t have associated templates, therefore they don’t have the concept of staleness. The ‘components` object will only contain `total` and `failed` members.
      504 505 506 507 508 509 510 511 512 513 514  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 504 class CountsSummary < Struct.new( :components, :environment_templates, :environments, :pipelines, :service_instances, :service_templates, :services) SENSITIVE = [] include Aws::Structure end  | 
  
#environment_templates ⇒ Types::ResourceCountsSummary
The total number of environment templates in the Amazon Web Services account. The ‘environmentTemplates` object will only contain `total` members.
      504 505 506 507 508 509 510 511 512 513 514  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 504 class CountsSummary < Struct.new( :components, :environment_templates, :environments, :pipelines, :service_instances, :service_templates, :services) SENSITIVE = [] include Aws::Structure end  | 
  
#environments ⇒ Types::ResourceCountsSummary
The staleness counts for Proton environments in the Amazon Web Services account. The ‘environments` object will only contain `total` members.
      504 505 506 507 508 509 510 511 512 513 514  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 504 class CountsSummary < Struct.new( :components, :environment_templates, :environments, :pipelines, :service_instances, :service_templates, :services) SENSITIVE = [] include Aws::Structure end  | 
  
#pipelines ⇒ Types::ResourceCountsSummary
The staleness counts for Proton pipelines in the Amazon Web Services account.
      504 505 506 507 508 509 510 511 512 513 514  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 504 class CountsSummary < Struct.new( :components, :environment_templates, :environments, :pipelines, :service_instances, :service_templates, :services) SENSITIVE = [] include Aws::Structure end  | 
  
#service_instances ⇒ Types::ResourceCountsSummary
The staleness counts for Proton service instances in the Amazon Web Services account.
      504 505 506 507 508 509 510 511 512 513 514  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 504 class CountsSummary < Struct.new( :components, :environment_templates, :environments, :pipelines, :service_instances, :service_templates, :services) SENSITIVE = [] include Aws::Structure end  | 
  
#service_templates ⇒ Types::ResourceCountsSummary
The total number of service templates in the Amazon Web Services account. The ‘serviceTemplates` object will only contain `total` members.
      504 505 506 507 508 509 510 511 512 513 514  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 504 class CountsSummary < Struct.new( :components, :environment_templates, :environments, :pipelines, :service_instances, :service_templates, :services) SENSITIVE = [] include Aws::Structure end  | 
  
#services ⇒ Types::ResourceCountsSummary
The staleness counts for Proton services in the Amazon Web Services account.
      504 505 506 507 508 509 510 511 512 513 514  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 504 class CountsSummary < Struct.new( :components, :environment_templates, :environments, :pipelines, :service_instances, :service_templates, :services) SENSITIVE = [] include Aws::Structure end  |