Class: Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The other cloud starting location for discovery.
Defined Under Namespace
Classes: AwsDiscoveryStartingLocation
Instance Attribute Summary collapse
-
#aws_location ⇒ ::Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation::AwsDiscoveryStartingLocation
The AWS starting location for discovery.
Instance Attribute Details
#aws_location ⇒ ::Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation::AwsDiscoveryStartingLocation
Returns The AWS starting location for discovery.
5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5293 class OtherCloudDiscoveryStartingLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The AWS starting location for discovery. # @!attribute [rw] account_id # @return [::String] # The AWS account ID that this discovery config applies to. # Within an AWS organization, you can find the AWS account ID inside an # AWS account ARN. Example: # arn:\\{partition}:organizations::\\{management_account_id}:account/\\{org_id}/\\{account_id} # @!attribute [rw] all_asset_inventory_assets # @return [::Boolean] # All AWS assets stored in Asset Inventory that didn't match other AWS # discovery configs. class AwsDiscoveryStartingLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |