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)


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_directionString

The direction to query.

Returns:

  • (String)


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_typeString

The type of relation to query.

Returns:

  • (String)


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