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)


7573
7574
7575
7576
7577
7578
7579
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7573

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

#filtersTypes::FilterClause

A search filter clause in Amazon DataZone.

Returns:



7573
7574
7575
7576
7577
7578
7579
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7573

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)


7573
7574
7575
7576
7577
7578
7579
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 7573

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