Class: Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Resource
- Inherits:
-
Object
- Object
- Google::Cloud::Asset::V1::IamPolicyAnalysisResult::Resource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/asset/v1/assets.rb
Overview
A Google Cloud resource under analysis.
Instance Attribute Summary collapse
-
#analysis_state ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisState
The analysis state of this resource.
-
#full_resource_name ⇒ ::String
The full resource name.
Instance Attribute Details
#analysis_state ⇒ ::Google::Cloud::Asset::V1::IamPolicyAnalysisState
Returns The analysis state of this resource.
802 803 804 805 |
# File 'proto_docs/google/cloud/asset/v1/assets.rb', line 802 class Resource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |