Class: Aws::DataZone::Types::RelationPattern
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::RelationPattern
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The pattern describing the query's relational traversal.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_path_length ⇒ Integer
The number of hops to query.
-
#relation_direction ⇒ String
The direction to query.
-
#relation_type ⇒ String
The type of relation to query.
Instance Attribute Details
#max_path_length ⇒ Integer
The number of hops to query.
17813 17814 17815 17816 17817 17818 17819 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17813 class RelationPattern < Struct.new( :relation_type, :relation_direction, :max_path_length) SENSITIVE = [] include Aws::Structure end |
#relation_direction ⇒ String
The direction to query.
17813 17814 17815 17816 17817 17818 17819 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17813 class RelationPattern < Struct.new( :relation_type, :relation_direction, :max_path_length) SENSITIVE = [] include Aws::Structure end |
#relation_type ⇒ String
The type of relation to query.
17813 17814 17815 17816 17817 17818 17819 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17813 class RelationPattern < Struct.new( :relation_type, :relation_direction, :max_path_length) SENSITIVE = [] include Aws::Structure end |