Class: Google::Cloud::OsConfig::V1::GetOSPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::GetOSPolicyAssignmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb
Overview
A request message to get an OS policy assignment
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of OS policy assignment.
Format:
projects/{project}/locations/{location}/osPolicyAssignments/{os_policy_assignment}@{revisionId}
.
317 318 319 320 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 317 class GetOSPolicyAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |