We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d71781 commit 8e715d9Copy full SHA for 8e715d9
README.md
@@ -52,6 +52,8 @@ by your Google Client ID and a specific set of Google Account IDs:
52
53
- In your Ruby code, construct an `Aws::Google` object by passing in the AWS role, client id and client secret:
54
```ruby
55
+require 'aws/google'
56
+
57
aws_role = 'arn:aws:iam::[AccountID]:role/[Role]'
58
client_id = '123456789012-abcdefghijklmnopqrstuvwzyz0123456.apps.googleusercontent.com'
59
client_secret = '01234567890abcdefghijklmn'
0 commit comments