Class: Aws::Types::WorkerConfigurationSummary
- Inherits:
-
Object
- Object
- Aws::Types::WorkerConfigurationSummary
- 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.
-
#latest_revision ⇒ Types::WorkerConfigurationRevisionSummary
Returns the value of attribute latest_revision.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#worker_configuration_arn ⇒ ::String
Returns the value of attribute worker_configuration_arn.
-
#worker_configuration_state ⇒ "ACTIVE", "DELETING"
Returns the value of attribute worker_configuration_state.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
669 670 671 |
# File 'sig/types.rbs', line 669 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
670 671 672 |
# File 'sig/types.rbs', line 670 def description @description end |
#latest_revision ⇒ Types::WorkerConfigurationRevisionSummary
Returns the value of attribute latest_revision.
671 672 673 |
# File 'sig/types.rbs', line 671 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
672 673 674 |
# File 'sig/types.rbs', line 672 def name @name end |
#worker_configuration_arn ⇒ ::String
Returns the value of attribute worker_configuration_arn.
673 674 675 |
# File 'sig/types.rbs', line 673 def worker_configuration_arn @worker_configuration_arn end |
#worker_configuration_state ⇒ "ACTIVE", "DELETING"
Returns the value of attribute worker_configuration_state.
674 675 676 |
# File 'sig/types.rbs', line 674 def worker_configuration_state @worker_configuration_state end |