Class: Aws::Types::DefaultMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns the value of attribute body.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def body
  @body
end

#substitutions::Hash[::String, ::Array[::String]]

Returns the value of attribute substitutions.

Returns:

  • (::Hash[::String, ::Array[::String]])


697
698
699
# File 'sig/types.rbs', line 697

def substitutions
  @substitutions
end