Class: Aws::Proton::Types::GetEnvironmentTemplateOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_templateTypes::EnvironmentTemplate

The detailed data of the requested environment template.



2869
2870
2871
2872
2873
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2869

class GetEnvironmentTemplateOutput < Struct.new(
  :environment_template)
  SENSITIVE = []
  include Aws::Structure
end