Class: Aws::Proton::Types::GetEnvironmentTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetEnvironmentTemplateInput
- 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 environment template that you want to get the detailed data for.
Instance Attribute Details
#name ⇒ String
The name of the environment template that you want to get the detailed data for.
2857 2858 2859 2860 2861 |
# File 'lib/aws-sdk-proton/types.rb', line 2857 class GetEnvironmentTemplateInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |