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:



10313
10314
10315
# File 'sig/types.rbs', line 10313

def edges
  @edges
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10314
10315
10316
# File 'sig/types.rbs', line 10314

def next_token
  @next_token
end

#vertices::Array[Types::Vertex]

Returns the value of attribute vertices.

Returns:



10312
10313
10314
# File 'sig/types.rbs', line 10312

def vertices
  @vertices
end