class Google::Apis::DatamigrationV1beta1::SshScript
Response message for 'GenerateSshScript' request.
Attributes
script[RW]
The ssh configuration script. Corresponds to the JSON property `script` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/datamigration_v1beta1/classes.rb, line 1403 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/datamigration_v1beta1/classes.rb, line 1408 def update!(**args) @script = args[:script] if args.key?(:script) end