Class: Aws::Types::CreateEnvironmentTemplateVersionInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


219
220
221
# File 'sig/types.rbs', line 219

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


220
221
222
# File 'sig/types.rbs', line 220

def description
  @description
end

#major_version ⇒ ::String

Returns the value of attribute major_version.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def major_version
  @major_version
end

#source ⇒ Types::TemplateVersionSourceInput

Returns the value of attribute source.



222
223
224
# File 'sig/types.rbs', line 222

def source
  @source
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



223
224
225
# File 'sig/types.rbs', line 223

def tags
  @tags
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def template_name
  @template_name
end