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.
11385 11386 11387 |
# File 'sig/types.rbs', line 11385 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
11387 11388 11389 |
# File 'sig/types.rbs', line 11387 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
11389 11390 11391 |
# File 'sig/types.rbs', line 11389 def description @description end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
11388 11389 11390 |
# File 'sig/types.rbs', line 11388 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
11386 11387 11388 |
# File 'sig/types.rbs', line 11386 def version_number @version_number end |