Class: Aws::Types::TemplateVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateVersionSummary
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
10995 10996 10997 |
# File 'sig/types.rbs', line 10995 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
10997 10998 10999 |
# File 'sig/types.rbs', line 10997 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
10999 11000 11001 |
# File 'sig/types.rbs', line 10999 def description @description end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
10998 10999 11000 |
# File 'sig/types.rbs', line 10998 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
10996 10997 10998 |
# File 'sig/types.rbs', line 10996 def version_number @version_number end |