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.
1696 1697 1698 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1696 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.
1694 1695 1696 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1694 def enforcement_output @enforcement_output end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1701 1702 1703 |
# File 'lib/google/apis/osconfig_v1/classes.rb', line 1701 def update!(**args) @enforcement_output = args[:enforcement_output] if args.key?(:enforcement_output) end |