Class: Aws::Types::MatchRationaleItem

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

Defined Under Namespace

Classes: TextMatches, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#text_matches::Array[Types::TextMatchItem]

Returns the value of attribute text_matches.

Returns:



4482
4483
4484
# File 'sig/types.rbs', line 4482

def text_matches
  @text_matches
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


4483
4484
4485
# File 'sig/types.rbs', line 4483

def unknown
  @unknown
end