Class: Aws::Types::TemplateVersionResponse
- Inherits:
-
Object
- Object
- Aws::Types::TemplateVersionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#default_substitutions ⇒ ::String
Returns the value of attribute default_substitutions.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#template_description ⇒ ::String
Returns the value of attribute template_description.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#template_type ⇒ ::String
Returns the value of attribute template_type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
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.
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.
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.
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.
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.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def template_type @template_type end |
#version ⇒ ::String
Returns the value of attribute version.
2892 2893 2894 |
# File 'sig/types.rbs', line 2892 def version @version end |