Class: Aws::Types::MessageData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def code
  @code
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def value
  @value
end