Class: Google::Apis::DlpV2::GooglePrivacyDlpV2OtherCloudDiscoveryStartingLocation

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

Overview

The other cloud starting location for discovery.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2OtherCloudDiscoveryStartingLocation

Returns a new instance of GooglePrivacyDlpV2OtherCloudDiscoveryStartingLocation.



7384
7385
7386
# File 'lib/google/apis/dlp_v2/classes.rb', line 7384

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

Instance Attribute Details

#aws_locationGoogle::Apis::DlpV2::GooglePrivacyDlpV2AwsDiscoveryStartingLocation

The AWS starting location for discovery. Corresponds to the JSON property awsLocation



7382
7383
7384
# File 'lib/google/apis/dlp_v2/classes.rb', line 7382

def aws_location
  @aws_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7389
7390
7391
# File 'lib/google/apis/dlp_v2/classes.rb', line 7389

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