Class: Aws::DataZone::Types::RelationPattern

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#max_path_lengthInteger

The number of hops to query.

Returns:

  • (Integer)


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_directionString

The direction to query.

Returns:

  • (String)


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_typeString

The type of relation to query.

Returns:

  • (String)


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