Class: Aws::Types::ConfigurationRevision
- Inherits:
-
Object
- Object
- Aws::Types::ConfigurationRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
269 270 271 |
# File 'sig/types.rbs', line 269 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
270 271 272 |
# File 'sig/types.rbs', line 270 def description @description end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
271 272 273 |
# File 'sig/types.rbs', line 271 def revision @revision end |