Class: Google::Cloud::ConfigService::V1::TerraformOutput
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::TerraformOutput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Describes a Terraform output.
Instance Attribute Summary collapse
-
#sensitive ⇒ ::Boolean
Identifies whether Terraform has set this output as a potential sensitive value.
-
#value ⇒ ::Google::Protobuf::Value
Value of output.
Instance Attribute Details
#sensitive ⇒ ::Boolean
Returns Identifies whether Terraform has set this output as a potential sensitive value.
305 306 307 308 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 305 class TerraformOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Protobuf::Value
Returns Value of output.
305 306 307 308 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 305 class TerraformOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |