Class: Aws::Proton::Types::EnvironmentTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::EnvironmentTemplate
- Defined in:
- gems/aws-sdk-proton/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.
-
#encryption_key ⇒ String
The customer provided encryption key for the environment template.
-
#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 ID of the recommended version of the environment template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the environment template.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#description ⇒ String
A description of the environment template.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#encryption_key ⇒ String
The customer provided encryption key for the environment template.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#name ⇒ String
The name of the environment template.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :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.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end |
#recommended_version ⇒ String
The ID of the recommended version of the environment template.
2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2496 class EnvironmentTemplate < Struct.new( :arn, :created_at, :description, :display_name, :encryption_key, :last_modified_at, :name, :provisioning, :recommended_version) SENSITIVE = [:description, :display_name] include Aws::Structure end |