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.
17793 17794 17795 17796 17797 17798 17799 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17793 class RelationPattern < Struct.new( :relation_type, :relation_direction, :max_path_length) SENSITIVE = [] include Aws::Structure end |
#relation_direction ⇒ String
The direction to query.
17793 17794 17795 17796 17797 17798 17799 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17793 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.
17793 17794 17795 17796 17797 17798 17799 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 17793 class RelationPattern < Struct.new( :relation_type, :relation_direction, :max_path_length) SENSITIVE = [] include Aws::Structure end |