Class: Google::Cloud::AuditManager::V1::ControlFamily
- Inherits:
-
Object
- Object
- Google::Cloud::AuditManager::V1::ControlFamily
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/auditmanager/v1/auditmanager.rb
Overview
The regulatory family of the control.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
The display name of the regulatory control family.
-
#family_id ⇒ ::String
The ID of the regulatory control family.
Instance Attribute Details
#display_name ⇒ ::String
Returns The display name of the regulatory control family.
441 442 443 444 |
# File 'proto_docs/google/cloud/auditmanager/v1/auditmanager.rb', line 441 class ControlFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#family_id ⇒ ::String
Returns The ID of the regulatory control family.
441 442 443 444 |
# File 'proto_docs/google/cloud/auditmanager/v1/auditmanager.rb', line 441 class ControlFamily include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |