Class: Aws::Types::EntityPattern
- Inherits:
-
Object
- Object
- Aws::Types::EntityPattern
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_type ⇒ "LINEAGE_NODE"
Returns the value of attribute entity_type.
-
#filters ⇒ Types::FilterClause
Returns the value of attribute filters.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
Instance Attribute Details
#entity_type ⇒ "LINEAGE_NODE"
Returns the value of attribute entity_type.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def entity_type @entity_type end |
#filters ⇒ Types::FilterClause
Returns the value of attribute filters.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def filters @filters end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def identifier @identifier end |