Class: Google::Cloud::CloudDMS::V1::SshScript
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::SshScript
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Response message for 'GenerateSshScript' request.
Instance Attribute Summary collapse
-
#script ⇒ ::String
The ssh configuration script.
Instance Attribute Details
#script ⇒ ::String
Returns The ssh configuration script.
281 282 283 284 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 281 class SshScript include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |