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.
276 277 278 |
# File 'sig/types.rbs', line 276 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
277 278 279 |
# File 'sig/types.rbs', line 277 def description @description end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
278 279 280 |
# File 'sig/types.rbs', line 278 def revision @revision end |