Class: Aws::Proton::Types::GetServiceTemplateVersionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceTemplateVersionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#major_version ⇒ String
To get service template major version detail data, include ‘major Version`.
-
#minor_version ⇒ String
To get service template minor version detail data, include ‘minorVersion`.
-
#template_name ⇒ String
The name of the service template a version of which you want to get detailed data for.
Instance Attribute Details
#major_version ⇒ String
To get service template major version detail data, include ‘major Version`.
3194 3195 3196 3197 3198 3199 3200 |
# File 'lib/aws-sdk-proton/types.rb', line 3194 class GetServiceTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end |
#minor_version ⇒ String
To get service template minor version detail data, include ‘minorVersion`.
3194 3195 3196 3197 3198 3199 3200 |
# File 'lib/aws-sdk-proton/types.rb', line 3194 class GetServiceTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the service template a version of which you want to get detailed data for.
3194 3195 3196 3197 3198 3199 3200 |
# File 'lib/aws-sdk-proton/types.rb', line 3194 class GetServiceTemplateVersionInput < Struct.new( :major_version, :minor_version, :template_name) SENSITIVE = [] include Aws::Structure end |