Class: Aws::Types::PollForJobsInput
- Inherits:
-
Object
- Object
- Aws::Types::PollForJobsInput
- 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.
-
#query_param ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_param.
Instance Attribute Details
#action_type_id ⇒ Types::ActionTypeId
Returns the value of attribute action_type_id.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def action_type_id @action_type_id end |
#max_batch_size ⇒ ::Integer
Returns the value of attribute max_batch_size.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def max_batch_size @max_batch_size end |
#query_param ⇒ ::Hash[::String, ::String]
Returns the value of attribute query_param.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def query_param @query_param end |