Class: Aws::Types::WorkerConfigurationRevisionDescription
- Inherits:
-
Object
- Object
- Aws::Types::WorkerConfigurationRevisionDescription
- 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.
-
#properties_file_content ⇒ ::String
Returns the value of attribute properties_file_content.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
654 655 656 |
# File 'sig/types.rbs', line 654 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
655 656 657 |
# File 'sig/types.rbs', line 655 def description @description end |
#properties_file_content ⇒ ::String
Returns the value of attribute properties_file_content.
656 657 658 |
# File 'sig/types.rbs', line 656 def properties_file_content @properties_file_content end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
657 658 659 |
# File 'sig/types.rbs', line 657 def revision @revision end |