Class: Aws::Types::TextMatchItem
- Inherits:
-
Object
- Object
- Aws::Types::TextMatchItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ ::String
Returns the value of attribute attribute.
-
#match_offsets ⇒ ::Array[Types::MatchOffset]
Returns the value of attribute match_offsets.
-
#text ⇒ ::String
Returns the value of attribute text.
Instance Attribute Details
#attribute ⇒ ::String
Returns the value of attribute attribute.
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.
6290 6291 6292 |
# File 'sig/types.rbs', line 6290 def match_offsets @match_offsets end |
#text ⇒ ::String
Returns the value of attribute text.
6289 6290 6291 |
# File 'sig/types.rbs', line 6289 def text @text end |