Class: Google::Cloud::SecurityCenter::V1::ListResourceValueConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListResourceValueConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response message to list resource value configs
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page. -
#resource_value_configs ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ResourceValueConfig>
The resource value configs from the specified parent.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is empty, there are no subsequent pages.
218 219 220 221 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 218 class ListResourceValueConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#resource_value_configs ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ResourceValueConfig>
Returns The resource value configs from the specified parent.
218 219 220 221 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 218 class ListResourceValueConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |