Class: Aws::DataZone::Types::EntityPattern
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::EntityPattern
- 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
-
#entity_type ⇒ String
The type of entity to be matched during the graph query.
-
#filters ⇒ Types::FilterClause
A search filter clause in Amazon DataZone.
-
#identifier ⇒ String
The identifier of the root entity to start traversal from during the graph query.
Instance Attribute Details
#entity_type ⇒ String
The type of entity to be matched during the graph query.
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 |
#filters ⇒ Types::FilterClause
A search filter clause in Amazon DataZone.
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 |
#identifier ⇒ String
The identifier of the root entity to start traversal from during the graph query.
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 |