Class: Aws::Types::ListRunsRequest

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:

  • (::String)


1645
1646
1647
# File 'sig/types.rbs', line 1645

def batch_id
  @batch_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1643
1644
1645
# File 'sig/types.rbs', line 1643

def name
  @name
end

#run_group_id::String

Returns the value of attribute run_group_id.

Returns:

  • (::String)


1644
1645
1646
# File 'sig/types.rbs', line 1644

def run_group_id
  @run_group_id
end

#starting_token::String

Returns the value of attribute starting_token.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def starting_token
  @starting_token
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

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


1648
1649
1650
# File 'sig/types.rbs', line 1648

def status
  @status
end