Class: Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation::AwsDiscoveryStartingLocation
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::OtherCloudDiscoveryStartingLocation::AwsDiscoveryStartingLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
The AWS starting location for discovery.
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
The AWS account ID that this discovery config applies to.
-
#all_asset_inventory_assets ⇒ ::Boolean
All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.
Instance Attribute Details
#account_id ⇒ ::String
Returns 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}.
5308 5309 5310 5311 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5308 class AwsDiscoveryStartingLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#all_asset_inventory_assets ⇒ ::Boolean
Returns All AWS assets stored in Asset Inventory that didn't match other AWS discovery configs.
5308 5309 5310 5311 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5308 class AwsDiscoveryStartingLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |