Class: Google::Cloud::ConfigService::V1::TerraformVariable
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::TerraformVariable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A Terraform input variable.
Instance Attribute Summary collapse
-
#input_value ⇒ ::Google::Protobuf::Value
Input variable value.
Instance Attribute Details
#input_value ⇒ ::Google::Protobuf::Value
Returns Input variable value.
266 267 268 269 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 266 class TerraformVariable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |