Class: Google::Cloud::Dlp::V2::OtherCloudSingleResourceReference
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::OtherCloudSingleResourceReference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Identifies a single resource, like a single Amazon S3 bucket.
Instance Attribute Summary collapse
-
#amazon_s3_bucket ⇒ ::Google::Cloud::Dlp::V2::AmazonS3Bucket
Amazon S3 bucket.
Instance Attribute Details
#amazon_s3_bucket ⇒ ::Google::Cloud::Dlp::V2::AmazonS3Bucket
Returns Amazon S3 bucket.
5170 5171 5172 5173 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5170 class OtherCloudSingleResourceReference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |