Class: Aws::Types::UpdateEnvironmentTemplateVersionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def description
  @description
end

#major_version ⇒ ::String

Returns the value of attribute major_version.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def major_version
  @major_version
end

#minor_version ⇒ ::String

Returns the value of attribute minor_version.

Returns:

  • (::String)


1635
1636
1637
# File 'sig/types.rbs', line 1635

def minor_version
  @minor_version
end

#status ⇒ "REGISTRATION_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


1636
1637
1638
# File 'sig/types.rbs', line 1636

def status
  @status
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:

  • (::String)


1637
1638
1639
# File 'sig/types.rbs', line 1637

def template_name
  @template_name
end