Method: Awsclient::Connection#cognitosync

Defined in:
lib/awsclient.rb

#cognitosyncObject



197
198
199
200
201
202
# File 'lib/awsclient.rb', line 197

def cognitosync
  @cognitosync ||= ::Aws::CognitoSync::Client.new({
    credentials: credentials,
    region: region
  }.merge(client_options))
end