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.



4379
4380
4381
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4379

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)


4377
4378
4379
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4377

def 
  @owning_account_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4384
4385
4386
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4384

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