class Google::Apis::IamV1::Aws

Represents an Amazon Web Services identity provider.

Attributes

account_id[RW]

Required. The AWS account ID. Corresponds to the JSON property `accountId` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/iam_v1/classes.rb, line 167
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/iam_v1/classes.rb, line 172
def update!(**args)
  @account_id = args[:account_id] if args.key?(:account_id)
end