Class: Aws::Types::UpdateServiceTemplateVersionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute compatible_environment_templates.



1728
1729
1730
# File 'sig/types.rbs', line 1728

def compatible_environment_templates
  @compatible_environment_templates
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1729
1730
1731
# File 'sig/types.rbs', line 1729

def description
  @description
end

#major_version ⇒ ::String

Returns the value of attribute major_version.

Returns:

  • (::String)


1730
1731
1732
# File 'sig/types.rbs', line 1730

def major_version
  @major_version
end

#minor_version ⇒ ::String

Returns the value of attribute minor_version.

Returns:

  • (::String)


1731
1732
1733
# File 'sig/types.rbs', line 1731

def minor_version
  @minor_version
end

#status ⇒ "REGISTRATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("REGISTRATION_IN_PROGRESS", "REGISTRATION_FAILED", "DRAFT", "PUBLISHED")


1732
1733
1734
# File 'sig/types.rbs', line 1732

def status
  @status
end

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

Returns the value of attribute supported_component_sources.

Returns:

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


1733
1734
1735
# File 'sig/types.rbs', line 1733

def supported_component_sources
  @supported_component_sources
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1734
1735
1736
# File 'sig/types.rbs', line 1734

def template_name
  @template_name
end