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.



8168
8169
8170
# File 'lib/google/apis/dlp_v2/classes.rb', line 8168

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



8166
8167
8168
# File 'lib/google/apis/dlp_v2/classes.rb', line 8166

def aws_location
  @aws_location
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8173
8174
8175
# File 'lib/google/apis/dlp_v2/classes.rb', line 8173

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