Class: Google::Cloud::SecurityCenterManagement::V1::ListDescendantSecurityHealthAnalyticsCustomModulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenterManagement::V1::ListDescendantSecurityHealthAnalyticsCustomModulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
Response message for SecurityCenterManagement.ListDescendantSecurityHealthAnalyticsCustomModules.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A pagination token.
-
#security_health_analytics_custom_modules ⇒ ::Array<::Google::Cloud::SecurityCenterManagement::V1::SecurityHealthAnalyticsCustomModule>
The list of SecurityHealthAnalyticsCustomModules.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A pagination token. To retrieve the next page of results, call the method again with this token.
447 448 449 450 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 447 class ListDescendantSecurityHealthAnalyticsCustomModulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#security_health_analytics_custom_modules ⇒ ::Array<::Google::Cloud::SecurityCenterManagement::V1::SecurityHealthAnalyticsCustomModule>
Returns The list of SecurityHealthAnalyticsCustomModules.
447 448 449 450 |
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 447 class ListDescendantSecurityHealthAnalyticsCustomModulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |