Class: Google::Apis::MigrationcenterV1alpha1::HostingProviderDetailsAws

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

Overview

Details for AWS platform.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ HostingProviderDetailsAws

Returns a new instance of HostingProviderDetailsAws.



4254
4255
4256
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4254

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

Instance Attribute Details

#owning_account_idString

Optional. The AWS account ID owning the resource represented by this asset. Corresponds to the JSON property owningAccountId

Returns:

  • (String)


4252
4253
4254
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4252

def 
  @owning_account_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4259
4260
4261
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4259

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