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.
10913 10914 10915 |
# File 'sig/types.rbs', line 10913 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
10918 10919 10920 |
# File 'sig/types.rbs', line 10918 def created_time @created_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
10917 10918 10919 |
# File 'sig/types.rbs', line 10917 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
10914 10915 10916 |
# File 'sig/types.rbs', line 10914 def name @name end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
10916 10917 10918 |
# File 'sig/types.rbs', line 10916 def template_id @template_id end |
#version ⇒ Types::TemplateVersion
Returns the value of attribute version.
10915 10916 10917 |
# File 'sig/types.rbs', line 10915 def version @version end |