Method: Aws::Mgn::Types::IdentificationHints#vm_path
- Defined in:
- lib/aws-sdk-mgn/types.rb
#vm_path ⇒ String
vCenter VM path identification hint.
1531 1532 1533 1534 1535 1536 1537 1538 1539 |
# File 'lib/aws-sdk-mgn/types.rb', line 1531 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id, :vm_path) SENSITIVE = [] include Aws::Structure end |