Class: Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::ListOSPolicyAssignmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb
Overview
A response message for listing all assignments under given parent.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
The pagination token to retrieve the next page of OS policy assignments.
-
#os_policy_assignments ⇒ ::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignment>
The list of assignments.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns The pagination token to retrieve the next page of OS policy assignments.
346 347 348 349 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 346 class ListOSPolicyAssignmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#os_policy_assignments ⇒ ::Array<::Google::Cloud::OsConfig::V1::OSPolicyAssignment>
Returns The list of assignments.
346 347 348 349 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 346 class ListOSPolicyAssignmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |