Class: Google::Cloud::SecurityCenter::V1::ListValuedResourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::ListValuedResourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb
Overview
Response message for listing the valued resources for a given simulation.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results.
-
#total_size ⇒ ::Integer
The estimated total number of results matching the query.
-
#valued_resources ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ValuedResource>
The valued resources that the attack path simulation identified.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results.
848 849 850 851 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 848 class ListValuedResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#total_size ⇒ ::Integer
Returns The estimated total number of results matching the query.
848 849 850 851 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 848 class ListValuedResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#valued_resources ⇒ ::Array<::Google::Cloud::SecurityCenter::V1::ValuedResource>
Returns The valued resources that the attack path simulation identified.
848 849 850 851 |
# File 'proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb', line 848 class ListValuedResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |