Class: Aws::Types::ListBatchRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1435
1436
1437
# File 'sig/types.rbs', line 1435

def max_items
  @max_items
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def name
  @name
end

#run_group_id::String

Returns the value of attribute run_group_id.

Returns:

  • (::String)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def run_group_id
  @run_group_id
end

#starting_token::String

Returns the value of attribute starting_token.

Returns:

  • (::String)


1436
1437
1438
# File 'sig/types.rbs', line 1436

def starting_token
  @starting_token
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "PENDING", "SUBMITTING", "INPROGRESS", "STOPPING", "CANCELLED", "FAILED", "PROCESSED", "RUNS_DELETING", "RUNS_DELETE_FAILED", "RUNS_DELETED")


1437
1438
1439
# File 'sig/types.rbs', line 1437

def status
  @status
end