Class: Aws::Types::QueryLineageResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#edges::Array[Types::Edge]

Returns the value of attribute edges.

Returns:



10370
10371
10372
# File 'sig/types.rbs', line 10370

def edges
  @edges
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10371
10372
10373
# File 'sig/types.rbs', line 10371

def next_token
  @next_token
end

#vertices::Array[Types::Vertex]

Returns the value of attribute vertices.

Returns:



10369
10370
10371
# File 'sig/types.rbs', line 10369

def vertices
  @vertices
end