Class: Aws::Types::GuardrailChecksSensitiveInformationResult
- Inherits:
-
Object
- Object
- Aws::Types::GuardrailChecksSensitiveInformationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#results ⇒ ::Array[Types::GuardrailChecksSensitiveInformationResultEntry]
Returns the value of attribute results.
-
#truncated ⇒ Boolean
Returns the value of attribute truncated.
Instance Attribute Details
#results ⇒ ::Array[Types::GuardrailChecksSensitiveInformationResultEntry]
Returns the value of attribute results.
757 758 759 |
# File 'sig/types.rbs', line 757 def results @results end |
#truncated ⇒ Boolean
Returns the value of attribute truncated.
758 759 760 |
# File 'sig/types.rbs', line 758 def truncated @truncated end |