Class: Aws::Types::DescribeWorkerConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeWorkerConfigurationResponse
- 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::WorkerConfigurationRevisionDescription
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.
339 340 341 |
# File 'sig/types.rbs', line 339 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
340 341 342 |
# File 'sig/types.rbs', line 340 def description @description end |
#latest_revision ⇒ Types::WorkerConfigurationRevisionDescription
Returns the value of attribute latest_revision.
341 342 343 |
# File 'sig/types.rbs', line 341 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
342 343 344 |
# File 'sig/types.rbs', line 342 def name @name end |
#worker_configuration_arn ⇒ ::String
Returns the value of attribute worker_configuration_arn.
343 344 345 |
# File 'sig/types.rbs', line 343 def worker_configuration_arn @worker_configuration_arn end |
#worker_configuration_state ⇒ "ACTIVE", "DELETING"
Returns the value of attribute worker_configuration_state.
344 345 346 |
# File 'sig/types.rbs', line 344 def worker_configuration_state @worker_configuration_state end |