Class: Aws::Types::Template
- Inherits:
-
Object
- Object
- Aws::Types::Template
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
-
#version ⇒ Types::TemplateVersion
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
11303 11304 11305 |
# File 'sig/types.rbs', line 11303 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
11308 11309 11310 |
# File 'sig/types.rbs', line 11308 def created_time @created_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
11307 11308 11309 |
# File 'sig/types.rbs', line 11307 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
11304 11305 11306 |
# File 'sig/types.rbs', line 11304 def name @name end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
11306 11307 11308 |
# File 'sig/types.rbs', line 11306 def template_id @template_id end |
#version ⇒ Types::TemplateVersion
Returns the value of attribute version.
11305 11306 11307 |
# File 'sig/types.rbs', line 11305 def version @version end |