Class: Aws::Types::GuardrailChecksSensitiveInformationResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailChecksSensitiveInformationResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
-
#confidence_score ⇒ ::Float
Returns the value of attribute confidence_score.
-
#content_index ⇒ ::Integer
Returns the value of attribute content_index.
-
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
-
#message_index ⇒ ::Integer
Returns the value of attribute message_index.
-
#type ⇒ "ADDRESS", ...
Returns the value of attribute type.
Instance Attribute Details
#begin_offset ⇒ ::Integer
Returns the value of attribute begin_offset.
765 766 767 |
# File 'sig/types.rbs', line 765 def begin_offset @begin_offset end |
#confidence_score ⇒ ::Float
Returns the value of attribute confidence_score.
764 765 766 |
# File 'sig/types.rbs', line 764 def confidence_score @confidence_score end |
#content_index ⇒ ::Integer
Returns the value of attribute content_index.
768 769 770 |
# File 'sig/types.rbs', line 768 def content_index @content_index end |
#end_offset ⇒ ::Integer
Returns the value of attribute end_offset.
766 767 768 |
# File 'sig/types.rbs', line 766 def end_offset @end_offset end |
#message_index ⇒ ::Integer
Returns the value of attribute message_index.
767 768 769 |
# File 'sig/types.rbs', line 767 def @message_index end |
#type ⇒ "ADDRESS", ...
Returns the value of attribute type.
763 764 765 |
# File 'sig/types.rbs', line 763 def type @type end |