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:



10291
10292
10293
# File 'sig/types.rbs', line 10291

def edges
  @edges
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


10292
10293
10294
# File 'sig/types.rbs', line 10292

def next_token
  @next_token
end

#vertices::Array[Types::Vertex]

Returns the value of attribute vertices.

Returns:



10290
10291
10292
# File 'sig/types.rbs', line 10290

def vertices
  @vertices
end