Class: Aws::Types::MatchClause

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: EntityPattern, RelationPattern, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_patternTypes::EntityPattern

Returns the value of attribute entity_pattern.



4462
4463
4464
# File 'sig/types.rbs', line 4462

def entity_pattern
  @entity_pattern
end

#relation_patternTypes::RelationPattern

Returns the value of attribute relation_pattern.



4461
4462
4463
# File 'sig/types.rbs', line 4461

def relation_pattern
  @relation_pattern
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


4463
4464
4465
# File 'sig/types.rbs', line 4463

def unknown
  @unknown
end