Class: Aws::Types::MatchClause
- Inherits:
-
Object
- Object
- Aws::Types::MatchClause
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: EntityPattern, RelationPattern, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entity_pattern ⇒ Types::EntityPattern
Returns the value of attribute entity_pattern.
-
#relation_pattern ⇒ Types::RelationPattern
Returns the value of attribute relation_pattern.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#entity_pattern ⇒ Types::EntityPattern
Returns the value of attribute entity_pattern.
4462 4463 4464 |
# File 'sig/types.rbs', line 4462 def entity_pattern @entity_pattern end |
#relation_pattern ⇒ Types::RelationPattern
Returns the value of attribute relation_pattern.
4461 4462 4463 |
# File 'sig/types.rbs', line 4461 def relation_pattern @relation_pattern end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4463 4464 4465 |
# File 'sig/types.rbs', line 4463 def unknown @unknown end |