Class: Aws::Types::ThemeVersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::ThemeVersionSummary
- 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.
11102 11103 11104 |
# File 'sig/types.rbs', line 11102 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
11104 11105 11106 |
# File 'sig/types.rbs', line 11104 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
11103 11104 11105 |
# File 'sig/types.rbs', line 11103 def description @description end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
11105 11106 11107 |
# File 'sig/types.rbs', line 11105 def status @status end |
#version_number ⇒ ::Integer
Returns the value of attribute version_number.
11101 11102 11103 |
# File 'sig/types.rbs', line 11101 def version_number @version_number end |