Class: Google::Apis::OsconfigV1::OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput
- Inherits:
-
Object
- Object
- Google::Apis::OsconfigV1::OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/osconfig_v1/classes.rb,
lib/google/apis/osconfig_v1/representations.rb,
lib/google/apis/osconfig_v1/representations.rb
Overview
ExecResource specific output.
Instance Attribute Summary collapse
-
#enforcement_output ⇒ String
Output from enforcement phase output file (if run).
Instance Method Summary collapse
-
#initialize(**args) ⇒ OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput
constructor
A new instance of OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput
Returns a new instance of OsPolicyAssignmentReportOsPolicyComplianceOsPolicyResourceComplianceExecResourceOutput.
1755 1756 1757 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1755 def initialize(**args) update!(**args) end |
Instance Attribute Details
#enforcement_output ⇒ String
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.
1753 1754 1755 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1753 def enforcement_output @enforcement_output end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1760 1761 1762 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1760 def update!(**args) @enforcement_output = args[:enforcement_output] if args.key?(:enforcement_output) end |