Class: Aws::Proton::Types::GetEnvironmentTemplateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Proton::Types::GetEnvironmentTemplateInput
- Defined in:
- gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb
Overview
Note:
When making an API call, you may pass GetEnvironmentTemplateInput data as a hash:
{
name: "ResourceName", # required
}
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.
2560 2561 2562 2563 2564 |
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2560 class GetEnvironmentTemplateInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |