Class: Aws::Types::CreateWorkerConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkerConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#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.
179 180 181 |
# File 'sig/types.rbs', line 179 def creation_time @creation_time end |
#latest_revision ⇒ Types::WorkerConfigurationRevisionSummary
Returns the value of attribute latest_revision.
180 181 182 |
# File 'sig/types.rbs', line 180 def latest_revision @latest_revision end |
#name ⇒ ::String
Returns the value of attribute name.
181 182 183 |
# File 'sig/types.rbs', line 181 def name @name end |
#worker_configuration_arn ⇒ ::String
Returns the value of attribute worker_configuration_arn.
182 183 184 |
# File 'sig/types.rbs', line 182 def worker_configuration_arn @worker_configuration_arn end |
#worker_configuration_state ⇒ "ACTIVE", "DELETING"
Returns the value of attribute worker_configuration_state.
183 184 185 |
# File 'sig/types.rbs', line 183 def worker_configuration_state @worker_configuration_state end |