Class: Google::Cloud::SecurityCenter::V2::AffectedResources
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V2::AffectedResources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/affected_resources.rb
Overview
Details about resources affected by this finding.
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
The count of resources affected by the finding.
Instance Attribute Details
#count ⇒ ::Integer
Returns The count of resources affected by the finding.
28 29 30 31 |
# File 'proto_docs/google/cloud/securitycenter/v2/affected_resources.rb', line 28 class AffectedResources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |