Class: Aws::Types::WorkerConfigurationRevisionSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkerConfigurationRevisionSummary
- 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.
662 663 664 |
# File 'sig/types.rbs', line 662 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
663 664 665 |
# File 'sig/types.rbs', line 663 def description @description end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
664 665 666 |
# File 'sig/types.rbs', line 664 def revision @revision end |