Class: Aws::Types::ListRunsInBatchRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#batch_id::String

Returns the value of attribute batch_id.

Returns:



1627
1628
1629
# File 'sig/types.rbs', line 1627

def batch_id
  @batch_id
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:



1628
1629
1630
# File 'sig/types.rbs', line 1628

def max_items
  @max_items
end

#run_id::String

Returns the value of attribute run_id.

Returns:



1632
1633
1634
# File 'sig/types.rbs', line 1632

def run_id
  @run_id
end

#run_setting_id::String

Returns the value of attribute run_setting_id.

Returns:



1631
1632
1633
# File 'sig/types.rbs', line 1631

def run_setting_id
  @run_setting_id
end

#starting_token::String

Returns the value of attribute starting_token.

Returns:



1629
1630
1631
# File 'sig/types.rbs', line 1629

def starting_token
  @starting_token
end

#submission_status"SUCCESS", ...

Returns the value of attribute submission_status.

Returns:



1630
1631
1632
# File 'sig/types.rbs', line 1630

def submission_status
  @submission_status
end