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.



8764
8765
8766
# File 'lib/google/apis/dlp_v2/classes.rb', line 8764

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



8762
8763
8764
# File 'lib/google/apis/dlp_v2/classes.rb', line 8762

def aws_location
  @aws_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8769
8770
8771
# File 'lib/google/apis/dlp_v2/classes.rb', line 8769

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