Class: Google::Apis::IamV1::Aws

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/iam_v1/classes.rb,
lib/google/apis/iam_v1/representations.rb,
lib/google/apis/iam_v1/representations.rb

Overview

Represents an Amazon Web Services identity provider.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Aws

Returns a new instance of Aws.



196
197
198
# File 'lib/google/apis/iam_v1/classes.rb', line 196

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#account_idString

Required. The AWS account ID. Corresponds to the JSON property accountId

Returns:

  • (String)


194
195
196
# File 'lib/google/apis/iam_v1/classes.rb', line 194

def 
  @account_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



201
202
203
# File 'lib/google/apis/iam_v1/classes.rb', line 201

def update!(**args)
  @account_id = args[:account_id] if args.key?(:account_id)
end