class Google::Apis::OsconfigV1alpha::OsPolicyResourceComplianceExecResourceOutput

ExecResource specific output.

Attributes

enforcement_output[RW]

Output from Enforcement phase output file (if run). Output size is limited to 100K bytes. Corresponds to the JSON property `enforcementOutput` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/osconfig_v1alpha/classes.rb, line 1484
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/osconfig_v1alpha/classes.rb, line 1489
def update!(**args)
  @enforcement_output = args[:enforcement_output] if args.key?(:enforcement_output)
end