Sha256: e9e60ce55be02be938666b9b9a28117dd3b9902d28d6aed6353b409e9f597301
Contents?: true
Size: 811 Bytes
Versions: 1
Compression:
Stored size: 811 Bytes
Contents
require "datadog_api_client" api_instance = DatadogAPIClient::V1::AWSIntegrationAPI.new body = DatadogAPIClient::V1::AWSAccount.new # AWSAccount | AWS request object opts = { account_id: "account_id_example", # String | Only return AWS accounts that matches this `account_id`. role_name: "role_name_example", # String | Only return AWS accounts that match this `role_name`. Required if `account_id` is specified. access_key_id: "access_key_id_example", # String | Only return AWS accounts that matches this `access_key_id`. Required if none of the other two options are specified. } begin # Update an AWS integration result = api_instance.update_aws_account(body, opts) p result rescue DatadogAPIClient::V1::APIError => e puts "Error when calling AWSIntegrationAPI->update_aws_account: #{e}" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
datadog_api_client-1.7.0 | examples/generated/v1/aws-integration/UpdateAWSAccount.rb |