Method: Aws::TypeBuilder#initialize

Defined in:
lib/aws-sdk-core/type_builder.rb

#initialize(svc_module) ⇒ TypeBuilder

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.

Returns a new instance of TypeBuilder.



5
6
7
# File 'lib/aws-sdk-core/type_builder.rb', line 5

def initialize(svc_module)
  @types_module = svc_module.const_set(:Types, Module.new)
end