Class: Aws::DataZone::Types::EntityPattern

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb

Overview

The pattern describing the entities to be matched during the graph query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_typeString

The type of entity to be matched during the graph query.

Returns:

  • (String)


7583
7584
7585
7586
7587
7588
7589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7583

class EntityPattern < Struct.new(
  :entity_type,
  :identifier,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#filtersTypes::FilterClause

A search filter clause in Amazon DataZone.

Returns:



7583
7584
7585
7586
7587
7588
7589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7583

class EntityPattern < Struct.new(
  :entity_type,
  :identifier,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the root entity to start traversal from during the graph query.

Returns:

  • (String)


7583
7584
7585
7586
7587
7588
7589
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7583

class EntityPattern < Struct.new(
  :entity_type,
  :identifier,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end