Class: Aws::Types::GetServiceTemplateVersionInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#major_version ⇒ ::String

Returns the value of attribute major_version.

Returns:



846
847
848
# File 'sig/types.rbs', line 846

def major_version
  @major_version
end

#minor_version ⇒ ::String

Returns the value of attribute minor_version.

Returns:



847
848
849
# File 'sig/types.rbs', line 847

def minor_version
  @minor_version
end

#template_name ⇒ ::String

Returns the value of attribute template_name.

Returns:



848
849
850
# File 'sig/types.rbs', line 848

def template_name
  @template_name
end