Class: Google::Cloud::CloudSecurityCompliance::V1::FrameworkAuditDestination
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::FrameworkAuditDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb
Overview
A destination for the framework audit.
Instance Attribute Summary collapse
-
#bucket ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::BucketDestination
The Cloud Storage bucket destination.
Instance Attribute Details
#bucket ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::BucketDestination
Returns The Cloud Storage bucket destination.
121 122 123 124 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/audit.rb', line 121 class FrameworkAuditDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |