Class: Google::Cloud::CloudSecurityCompliance::V1::SimilarControls
- Inherits:
-
Object
- Object
- Google::Cloud::CloudSecurityCompliance::V1::SimilarControls
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb
Overview
The similar controls.
Instance Attribute Summary collapse
-
#control_id ⇒ ::String
The ID of the control.
-
#framework ⇒ ::String
The name of the framework.
Instance Attribute Details
#control_id ⇒ ::String
Returns The ID of the control.
433 434 435 436 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 433 class SimilarControls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#framework ⇒ ::String
Returns The name of the framework.
433 434 435 436 |
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/monitoring.rb', line 433 class SimilarControls include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |