Class: Google::Cloud::Redis::V1::InstanceAuthString
- Inherits:
-
Object
- Object
- Google::Cloud::Redis::V1::InstanceAuthString
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/redis/v1/cloud_redis.rb
Overview
Instance AUTH string details.
Instance Attribute Summary collapse
-
#auth_string ⇒ ::String
AUTH string set on the instance.
Instance Attribute Details
#auth_string ⇒ ::String
Returns AUTH string set on the instance.
576 577 578 579 |
# File 'proto_docs/google/cloud/redis/v1/cloud_redis.rb', line 576 class InstanceAuthString include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |