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:



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

def text_matches
  @text_matches
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


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

def unknown
  @unknown
end