Class: Aws::Proton::Types::GetEnvironmentTemplateVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetEnvironmentTemplateVersionInput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Note:
When making an API call, you may pass GetEnvironmentTemplateVersionInput data as a hash:
{
major_version: "TemplateVersionPart", # required
minor_version: "TemplateVersionPart", # required
template_name: "ResourceName", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#major_version ⇒ String
To get environment template major version detail data, include
major Version
. -
#minor_version ⇒ String
To get environment template minor version detail data, include
minorVersion
. -
#template_name ⇒ String
The name of the environment template a version of which you want to get detailed data for..
Instance Attribute Details
#major_version ⇒ String
To get environment template major version detail data, include
major Version
.
2604 2605 2606 2607 2608 2609 2610 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2604 class GetEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end |
#minor_version ⇒ String
To get environment template minor version detail data, include
minorVersion
.
2604 2605 2606 2607 2608 2609 2610 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2604 class GetEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the environment template a version of which you want to get detailed data for..
2604 2605 2606 2607 2608 2609 2610 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2604 class GetEnvironmentTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end |