Class: Aws::Types::ConfigurationRevision
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#created ⇒ ::Time
Returns the value of attribute created.
99 100 101 |
# File 'sig/types.rbs', line 99 def created @created end |
#description ⇒ ::String
Returns the value of attribute description.
100 101 102 |
# File 'sig/types.rbs', line 100 def description @description end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
101 102 103 |
# File 'sig/types.rbs', line 101 def revision @revision end |