Class: Google::Cloud::OsConfig::V1alpha::OSPolicyResourceCompliance::ExecResourceOutput Deprecated
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1alpha::OSPolicyResourceCompliance::ExecResourceOutput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1alpha/config_common.rb
Overview
Deprecated.
This message is deprecated and may be removed in the next major version update.
ExecResource specific output.
Instance Attribute Summary collapse
-
#enforcement_output ⇒ ::String
Output from Enforcement phase output file (if run).
Instance Attribute Details
#enforcement_output ⇒ ::String
Returns Output from Enforcement phase output file (if run). Output size is limited to 100K bytes.
105 106 107 108 |
# File 'proto_docs/google/cloud/osconfig/v1alpha/config_common.rb', line 105 class ExecResourceOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |