Class: Aws::Mgn::Types::IdentificationHints
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::IdentificationHints
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Identification hints.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_instance_id ⇒ String
AWS Instance ID identification hint.
-
#fqdn ⇒ String
FQDN address identification hint.
-
#hostname ⇒ String
Hostname identification hint.
-
#vm_path ⇒ String
vCenter VM path identification hint.
-
#vm_ware_uuid ⇒ String
vmWare UUID identification hint.
Instance Attribute Details
#aws_instance_id ⇒ String
AWS Instance ID identification hint.
1740 1741 1742 1743 1744 1745 1746 1747 1748 |
# File 'lib/aws-sdk-mgn/types.rb', line 1740 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id, :vm_path) SENSITIVE = [] include Aws::Structure end |
#fqdn ⇒ String
FQDN address identification hint.
1740 1741 1742 1743 1744 1745 1746 1747 1748 |
# File 'lib/aws-sdk-mgn/types.rb', line 1740 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id, :vm_path) SENSITIVE = [] include Aws::Structure end |
#hostname ⇒ String
Hostname identification hint.
1740 1741 1742 1743 1744 1745 1746 1747 1748 |
# File 'lib/aws-sdk-mgn/types.rb', line 1740 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id, :vm_path) SENSITIVE = [] include Aws::Structure end |
#vm_path ⇒ String
vCenter VM path identification hint.
1740 1741 1742 1743 1744 1745 1746 1747 1748 |
# File 'lib/aws-sdk-mgn/types.rb', line 1740 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id, :vm_path) SENSITIVE = [] include Aws::Structure end |
#vm_ware_uuid ⇒ String
vmWare UUID identification hint.
1740 1741 1742 1743 1744 1745 1746 1747 1748 |
# File 'lib/aws-sdk-mgn/types.rb', line 1740 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id, :vm_path) SENSITIVE = [] include Aws::Structure end |