Class: Google::Cloud::SecurityCenter::V1::CustomConfig::ResourceSelector
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::CustomConfig::ResourceSelector
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_config.rb
Overview
Resource for selecting resource type.
Instance Attribute Summary collapse
-
#resource_types ⇒ ::Array<::String>
The resource types to run the detector on.
Instance Attribute Details
#resource_types ⇒ ::Array<::String>
Returns The resource types to run the detector on.
86 87 88 89 |
# File 'proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_config.rb', line 86 class ResourceSelector include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |