Class: Aws::Types::PollForThirdPartyJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::PollForThirdPartyJobsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
-
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
Instance Attribute Details
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def action_type_id @action_type_id end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def max_batch_size @max_batch_size end |