Class: Google::Cloud::ConfigService::V1::Statefile
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::Statefile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Contains info about a Terraform state file
Instance Attribute Summary collapse
-
#signed_uri ⇒ ::String
readonly
Output only.
Instance Attribute Details
#signed_uri ⇒ ::String (readonly)
Returns Output only. Cloud Storage signed URI used for downloading or uploading the state file.
1016 1017 1018 1019 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1016 class Statefile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |