Class: Google::Cloud::Redis::V1beta1::InstanceAuthString

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

Instance AUTH string details.

Instance Attribute Summary collapse

Instance Attribute Details

#auth_string::String

Returns AUTH string set on the instance.

Returns:

  • (::String)

    AUTH string set on the instance.



542
543
544
545
# File 'proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb', line 542

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