Class: Google::Cloud::Recommender::V1::SecurityProjection
- Inherits:
-
Object
- Object
- Google::Cloud::Recommender::V1::SecurityProjection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommender/v1/recommendation.rb
Overview
Contains various ways of describing the impact on Security.
Instance Attribute Summary collapse
-
#details ⇒ ::Google::Protobuf::Struct
Additional security impact details that is provided by the recommender.
Instance Attribute Details
#details ⇒ ::Google::Protobuf::Struct
Returns Additional security impact details that is provided by the recommender.
279 280 281 282 |
# File 'proto_docs/google/cloud/recommender/v1/recommendation.rb', line 279 class SecurityProjection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |