Class: Aws::Types::WorkloadTypeConcurrency
- Inherits:
-
Object
- Object
- Aws::Types::WorkloadTypeConcurrency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#concurrency ⇒ ::Integer
Returns the value of attribute concurrency.
-
#cross_channel_workload_behavior ⇒ Types::CrossChannelWorkloadBehavior
Returns the value of attribute cross_channel_workload_behavior.
-
#workload_type ⇒ ::String
Returns the value of attribute workload_type.
Instance Attribute Details
#concurrency ⇒ ::Integer
Returns the value of attribute concurrency.
9804 9805 9806 |
# File 'sig/types.rbs', line 9804 def concurrency @concurrency end |
#cross_channel_workload_behavior ⇒ Types::CrossChannelWorkloadBehavior
Returns the value of attribute cross_channel_workload_behavior.
9805 9806 9807 |
# File 'sig/types.rbs', line 9805 def cross_channel_workload_behavior @cross_channel_workload_behavior end |
#workload_type ⇒ ::String
Returns the value of attribute workload_type.
9803 9804 9805 |
# File 'sig/types.rbs', line 9803 def workload_type @workload_type end |