Class: Aws::Types::ListDataSourceRunActivitiesOutput

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::DataSourceRunActivity]

Returns the value of attribute items.

Returns:



3934
3935
3936
# File 'sig/types.rbs', line 3934

def items
  @items
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3935
3936
3937
# File 'sig/types.rbs', line 3935

def next_token
  @next_token
end