Class: Aws::Proton::Types::EnvironmentTemplateSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Proton::Types::EnvironmentTemplateSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-proton/types.rb
 
Overview
The environment template data.
Constant Summary collapse
- SENSITIVE =
 [:description, :display_name]
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the environment template.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the environment template was created.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the environment template.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the environment template as displayed in the developer interface.
 - 
  
    
      #last_modified_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time when the environment template was last modified.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the environment template.
 - 
  
    
      #provisioning  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
 - 
  
    
      #recommended_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The recommended version of the environment template.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the environment template.
      2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2567 class EnvironmentTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time when the environment template was created.
      2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2567 class EnvironmentTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#description ⇒ String
A description of the environment template.
      2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2567 class EnvironmentTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#display_name ⇒ String
The name of the environment template as displayed in the developer interface.
      2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2567 class EnvironmentTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#last_modified_at ⇒ Time
The time when the environment template was last modified.
      2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2567 class EnvironmentTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#name ⇒ String
The name of the environment template.
      2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2567 class EnvironmentTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#provisioning ⇒ String
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
      2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2567 class EnvironmentTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  | 
  
#recommended_version ⇒ String
The recommended version of the environment template.
      2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578  | 
    
      # File 'lib/aws-sdk-proton/types.rb', line 2567 class EnvironmentTemplateSummary < Struct.new( :arn, :created_at, :description, :display_name, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end  |