Class: Aws::Types::ListRunsResponse

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::RunListItem]

Returns the value of attribute items.



1653
1654
1655
# File 'sig/types.rbs', line 1653

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.



1654
1655
1656
# File 'sig/types.rbs', line 1654

def next_token
  @next_token
end