Class: Google::Cloud::Config::V1::Statefile

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#signed_uri::String (readonly)

Returns Output only. Cloud Storage signed URI used for downloading or uploading the state file.

Returns:

  • (::String)

    Output only. Cloud Storage signed URI used for downloading or uploading the state file.



957
958
959
960
# File 'proto_docs/google/cloud/config/v1/config.rb', line 957

class Statefile
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end