Class: Aws::Proton::Types::CompatibleEnvironmentTemplate

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

Overview

Compatible environment template data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#major_versionString

The major version of the compatible environment template.

Returns:

  • (String)


200
201
202
203
204
205
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 200

class CompatibleEnvironmentTemplate < Struct.new(
  :major_version,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The compatible environment template name.

Returns:

  • (String)


200
201
202
203
204
205
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 200

class CompatibleEnvironmentTemplate < Struct.new(
  :major_version,
  :template_name)
  SENSITIVE = []
  include Aws::Structure
end