Class: Google::Apis::MigrationcenterV1alpha1::HostingProviderDetailsAws
- Inherits:
-
Object
- Object
- Google::Apis::MigrationcenterV1alpha1::HostingProviderDetailsAws
- 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
-
#owning_account_id ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ HostingProviderDetailsAws
constructor
A new instance of HostingProviderDetailsAws.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_id ⇒ String
Optional. The AWS account ID owning the resource represented by this asset.
Corresponds to the JSON property owningAccountId
4252 4253 4254 |
# File 'lib/google/apis/migrationcenter_v1alpha1/classes.rb', line 4252 def owning_account_id @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 |