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:



10298
10299
10300
# File 'sig/types.rbs', line 10298

def edges
  @edges
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10299
10300
10301
# File 'sig/types.rbs', line 10299

def next_token
  @next_token
end

#vertices::Array[Types::Vertex]

Returns the value of attribute vertices.

Returns:



10297
10298
10299
# File 'sig/types.rbs', line 10297

def vertices
  @vertices
end