Class: Aws::Json::Builder Private

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-core/json/builder.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Instance Method Summary collapse

Instance Method Details

#to_json(shape, params) ⇒ String<JSON>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Parameters:

Returns:

  • (String<JSON>)


10
11
12
# File 'lib/aws-sdk-core/json/builder.rb', line 10

def to_json(shape, params)
  MultiJson.dump(format(shape, params))
end