Class: Aws::Types::TemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSummary
- 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.
-
#latest_version_number ⇒ ::Integer
Returns the value of attribute latest_version_number.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
10955 10956 10957 |
# File 'sig/types.rbs', line 10955 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
10959 10960 10961 |
# File 'sig/types.rbs', line 10959 def created_time @created_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
10960 10961 10962 |
# File 'sig/types.rbs', line 10960 def last_updated_time @last_updated_time end |
#latest_version_number ⇒ ::Integer
Returns the value of attribute latest_version_number.
10958 10959 10960 |
# File 'sig/types.rbs', line 10958 def latest_version_number @latest_version_number end |
#name ⇒ ::String
Returns the value of attribute name.
10957 10958 10959 |
# File 'sig/types.rbs', line 10957 def name @name end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
10956 10957 10958 |
# File 'sig/types.rbs', line 10956 def template_id @template_id end |