Class: Aws::Types::RelationPattern
- Inherits:
-
Object
- Object
- Aws::Types::RelationPattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_path_length ⇒ ::Integer
Returns the value of attribute max_path_length.
-
#relation_direction ⇒ "IN", "OUT"
Returns the value of attribute relation_direction.
-
#relation_type ⇒ "LINEAGE"
Returns the value of attribute relation_type.
Instance Attribute Details
#max_path_length ⇒ ::Integer
Returns the value of attribute max_path_length.
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.
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.
5293 5294 5295 |
# File 'sig/types.rbs', line 5293 def relation_type @relation_type end |