Class: Aws::Types::RelationPattern

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_path_length::Integer

Returns the value of attribute max_path_length.

Returns:

  • (::Integer)


5295
5296
5297
# File 'sig/types.rbs', line 5295

def max_path_length
  @max_path_length
end

#relation_direction"IN", "OUT"

Returns the value of attribute relation_direction.

Returns:

  • ("IN", "OUT")


5294
5295
5296
# File 'sig/types.rbs', line 5294

def relation_direction
  @relation_direction
end

#relation_type"LINEAGE"

Returns the value of attribute relation_type.

Returns:

  • ("LINEAGE")


5293
5294
5295
# File 'sig/types.rbs', line 5293

def relation_type
  @relation_type
end