Class: Aws::Types::TextMatchItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute::String

Returns the value of attribute attribute.

Returns:

  • (::String)


6288
6289
6290
# File 'sig/types.rbs', line 6288

def attribute
  @attribute
end

#match_offsets::Array[Types::MatchOffset]

Returns the value of attribute match_offsets.

Returns:



6290
6291
6292
# File 'sig/types.rbs', line 6290

def match_offsets
  @match_offsets
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


6289
6290
6291
# File 'sig/types.rbs', line 6289

def text
  @text
end