Class: Aws::Drs::Types::IdentificationHints
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::IdentificationHints
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
Hints used to uniquely identify a machine.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_instance_id ⇒ String
AWS Instance ID identification hint.
-
#fqdn ⇒ String
Fully Qualified Domain Name identification hint.
-
#hostname ⇒ String
Hostname identification hint.
-
#vm_ware_uuid ⇒ String
vCenter VM path identification hint.
Instance Attribute Details
#aws_instance_id ⇒ String
AWS Instance ID identification hint.
1284 1285 1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-drs/types.rb', line 1284 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id) SENSITIVE = [] include Aws::Structure end |
#fqdn ⇒ String
Fully Qualified Domain Name identification hint.
1284 1285 1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-drs/types.rb', line 1284 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id) SENSITIVE = [] include Aws::Structure end |
#hostname ⇒ String
Hostname identification hint.
1284 1285 1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-drs/types.rb', line 1284 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id) SENSITIVE = [] include Aws::Structure end |
#vm_ware_uuid ⇒ String
vCenter VM path identification hint.
1284 1285 1286 1287 1288 1289 1290 1291 |
# File 'lib/aws-sdk-drs/types.rb', line 1284 class IdentificationHints < Struct.new( :fqdn, :hostname, :vm_ware_uuid, :aws_instance_id) SENSITIVE = [] include Aws::Structure end |