Class: Aws::Types::ListDataSourceRunsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items::Array[Types::DataSourceRunSummary]

Returns the value of attribute items.

Returns:



3949
3950
3951
# File 'sig/types.rbs', line 3949

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3950
3951
3952
# File 'sig/types.rbs', line 3950

def next_token
  @next_token
end