Class: Aws::Types::TemplateVersionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


2886
2887
2888
# File 'sig/types.rbs', line 2886

def creation_date
  @creation_date
end

#default_substitutions::String

Returns the value of attribute default_substitutions.

Returns:

  • (::String)


2887
2888
2889
# File 'sig/types.rbs', line 2887

def default_substitutions
  @default_substitutions
end

#last_modified_date::String

Returns the value of attribute last_modified_date.

Returns:

  • (::String)


2888
2889
2890
# File 'sig/types.rbs', line 2888

def last_modified_date
  @last_modified_date
end

#template_description::String

Returns the value of attribute template_description.

Returns:

  • (::String)


2889
2890
2891
# File 'sig/types.rbs', line 2889

def template_description
  @template_description
end

#template_name::String

Returns the value of attribute template_name.

Returns:

  • (::String)


2890
2891
2892
# File 'sig/types.rbs', line 2890

def template_name
  @template_name
end

#template_type::String

Returns the value of attribute template_type.

Returns:

  • (::String)


2891
2892
2893
# File 'sig/types.rbs', line 2891

def template_type
  @template_type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


2892
2893
2894
# File 'sig/types.rbs', line 2892

def version
  @version
end