Class: Aws::Types::PollForJobsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_type_idTypes::ActionTypeId

Returns the value of attribute action_type_id.

Returns:



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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Hash[::String, ::String])


1006
1007
1008
# File 'sig/types.rbs', line 1006

def query_param
  @query_param
end