Class: Google::Cloud::Container::V1beta1::CompliancePostureConfig::ComplianceStandard
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::CompliancePostureConfig::ComplianceStandard
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Defines the details of a compliance standard.
Instance Attribute Summary collapse
-
#standard ⇒ ::String
Name of the compliance standard.
Instance Attribute Details
#standard ⇒ ::String
Returns Name of the compliance standard.
2168 2169 2170 2171 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2168 class ComplianceStandard include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |