Method: Awsclient::Connection#cognitosync
- Defined in:
- lib/awsclient.rb
#cognitosync ⇒ Object
197 198 199 200 201 202 |
# File 'lib/awsclient.rb', line 197 def cognitosync @cognitosync ||= ::Aws::CognitoSync::Client.new({ credentials: credentials, region: region }.merge()) end |