class Google::Apis::RedisV1::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_v1/classes.rb, line 459 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_v1/classes.rb, line 464 def update!(**args) @auth_string = args[:auth_string] if args.key?(:auth_string) end