Class: Aws::Types::SanitizationWarning
- Inherits:
-
Object
- Object
- Aws::Types::SanitizationWarning
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#element_name ⇒ ::String
Returns the value of attribute element_name.
-
#reason ⇒ "DISALLOWED_ELEMENT_REMOVED", ...
Returns the value of attribute reason.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
724 725 726 |
# File 'sig/types.rbs', line 724 def attribute_name @attribute_name end |
#element_name ⇒ ::String
Returns the value of attribute element_name.
725 726 727 |
# File 'sig/types.rbs', line 725 def element_name @element_name end |
#reason ⇒ "DISALLOWED_ELEMENT_REMOVED", ...
Returns the value of attribute reason.
726 727 728 |
# File 'sig/types.rbs', line 726 def reason @reason end |