Class: Aws::Types::QueryLineageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#direction"Both", ...

Returns the value of attribute direction.

Returns:

  • ("Both", "Ascendants", "Descendants")


10359
10360
10361
# File 'sig/types.rbs', line 10359

def direction
  @direction
end

#filtersTypes::QueryFilters

Returns the value of attribute filters.

Returns:



10361
10362
10363
# File 'sig/types.rbs', line 10361

def filters
  @filters
end

#include_edgesBoolean

Returns the value of attribute include_edges.

Returns:

  • (Boolean)


10360
10361
10362
# File 'sig/types.rbs', line 10360

def include_edges
  @include_edges
end

#max_depth::Integer

Returns the value of attribute max_depth.

Returns:

  • (::Integer)


10362
10363
10364
# File 'sig/types.rbs', line 10362

def max_depth
  @max_depth
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


10363
10364
10365
# File 'sig/types.rbs', line 10363

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10364
10365
10366
# File 'sig/types.rbs', line 10364

def next_token
  @next_token
end

#start_arns::Array[::String]

Returns the value of attribute start_arns.

Returns:

  • (::Array[::String])


10358
10359
10360
# File 'sig/types.rbs', line 10358

def start_arns
  @start_arns
end