Class: Aws::Proton::Types::GetServiceTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetServiceTemplateInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-proton/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the service template that you want to get detailed data for.
Instance Attribute Details
#name ⇒ String
The name of the service template that you want to get detailed data for.
3159 3160 3161 3162 3163 |
# File 'lib/aws-sdk-proton/types.rb', line 3159 class GetServiceTemplateInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |