Class: Aws::Types::ListWorkerConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListWorkerConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#worker_configurations ⇒ ::Array[Types::WorkerConfigurationSummary]
Returns the value of attribute worker_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
457 458 459 |
# File 'sig/types.rbs', line 457 def next_token @next_token end |
#worker_configurations ⇒ ::Array[Types::WorkerConfigurationSummary]
Returns the value of attribute worker_configurations.
458 459 460 |
# File 'sig/types.rbs', line 458 def worker_configurations @worker_configurations end |