Class: Google::Cloud::SecurityCenter::V1::ResourceValueConfigMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ResourceValueConfigMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/valued_resource.rb
Overview
Metadata about a ResourceValueConfig. For example, id and name.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Resource value config name.
Instance Attribute Details
#name ⇒ ::String
Returns Resource value config name.
79 80 81 82 |
# File 'proto_docs/google/cloud/securitycenter/v1/valued_resource.rb', line 79 class ResourceValueConfigMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |