Class: Aws::Types::CreateServiceTemplateVersionInput

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)


312
313
314
# File 'sig/types.rbs', line 312

def client_token
  @client_token
end

#compatible_environment_templates ⇒ ::Array[Types::CompatibleEnvironmentTemplateInput]

Returns the value of attribute compatible_environment_templates.



313
314
315
# File 'sig/types.rbs', line 313

def compatible_environment_templates
  @compatible_environment_templates
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def description
  @description
end

#major_version ⇒ ::String

Returns the value of attribute major_version.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def major_version
  @major_version
end

#source ⇒ Types::TemplateVersionSourceInput

Returns the value of attribute source.



316
317
318
# File 'sig/types.rbs', line 316

def source
  @source
end

#supported_component_sources ⇒ ::Array[("DIRECTLY_DEFINED")]

Returns the value of attribute supported_component_sources.

Returns:

  • (::Array[("DIRECTLY_DEFINED")])


317
318
319
# File 'sig/types.rbs', line 317

def supported_component_sources
  @supported_component_sources
end

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

Returns the value of attribute tags.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def tags
  @tags
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def template_name
  @template_name
end