Class: Google::Cloud::OsConfig::V1alpha::OSPolicyAssignmentReport::OSPolicyCompliance::OSPolicyResourceCompliance::ExecResourceOutput

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignment_reports.rb

Overview

ExecResource specific output.

Instance Attribute Summary collapse

Instance Attribute Details

#enforcement_output::String

Returns Output from enforcement phase output file (if run). Output size is limited to 100K bytes.

Returns:

  • (::String)

    Output from enforcement phase output file (if run). Output size is limited to 100K bytes.



247
248
249
250
# File 'proto_docs/google/cloud/osconfig/v1alpha/os_policy_assignment_reports.rb', line 247

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