Class: Aws::Types::SanitizationWarning

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("DISALLOWED_ELEMENT_REMOVED", "DISALLOWED_ATTRIBUTE_REMOVED", "INVALID_ATTRIBUTE_VALUE_REMOVED")


726
727
728
# File 'sig/types.rbs', line 726

def reason
  @reason
end