class Google::Apis::RedisV1beta1::InstanceAuthString

Instance AUTH string details.

Attributes

auth_string[RW]

AUTH string set on the instance. Corresponds to the JSON property `authString` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/redis_v1beta1/classes.rb, line 462
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/redis_v1beta1/classes.rb, line 467
def update!(**args)
  @auth_string = args[:auth_string] if args.key?(:auth_string)
end