Class: Google::Cloud::Container::V1::CompliancePostureConfig::ComplianceStandard

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1/cluster_service.rb

Overview

Defines the details of a compliance standard.

Instance Attribute Summary collapse

Instance Attribute Details

#standard::String

Returns Name of the compliance standard.

Returns:

  • (::String)

    Name of the compliance standard.



2008
2009
2010
2011
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2008

class ComplianceStandard
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end