Class: Google::Cloud::CloudSecurityCompliance::V1::CalculateEffectiveCmEnrollmentResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::CalculateEffectiveCmEnrollmentResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/cm_enrollment_service.rb
Overview
The response message for [CalculateEffectiveCmEnrollment][].
Instance Attribute Summary collapse
-
#cm_enrollment ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::CmEnrollment
The effective Compliance Manager enrollment for the resource.
Instance Attribute Details
#cm_enrollment ⇒ ::Google::Cloud::CloudSecurityCompliance::V1::CmEnrollment
Returns The effective Compliance Manager enrollment for the resource.
80 81 82 83 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/cm_enrollment_service.rb', line 80 class CalculateEffectiveCmEnrollmentResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |