Class: Aws::Types::ListRunTasksRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1613
1614
1615
# File 'sig/types.rbs', line 1613

def id
  @id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1616
1617
1618
# File 'sig/types.rbs', line 1616

def max_results
  @max_results
end

#starting_token::String

Returns the value of attribute starting_token.

Returns:

  • (::String)


1615
1616
1617
# File 'sig/types.rbs', line 1615

def starting_token
  @starting_token
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "STARTING", "RUNNING", "STOPPING", "COMPLETED", "CANCELLED", "FAILED")


1614
1615
1616
# File 'sig/types.rbs', line 1614

def status
  @status
end