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.
      1272 1273 1274 1275 1276 1277 1278 1279  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1272 class IdentificationHints < Struct.new( :aws_instance_id, :fqdn, :hostname, :vm_ware_uuid) SENSITIVE = [] include Aws::Structure end  | 
  
#fqdn ⇒ String
Fully Qualified Domain Name identification hint.
      1272 1273 1274 1275 1276 1277 1278 1279  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1272 class IdentificationHints < Struct.new( :aws_instance_id, :fqdn, :hostname, :vm_ware_uuid) SENSITIVE = [] include Aws::Structure end  | 
  
#hostname ⇒ String
Hostname identification hint.
      1272 1273 1274 1275 1276 1277 1278 1279  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1272 class IdentificationHints < Struct.new( :aws_instance_id, :fqdn, :hostname, :vm_ware_uuid) SENSITIVE = [] include Aws::Structure end  | 
  
#vm_ware_uuid ⇒ String
vCenter VM path identification hint.
      1272 1273 1274 1275 1276 1277 1278 1279  | 
    
      # File 'lib/aws-sdk-drs/types.rb', line 1272 class IdentificationHints < Struct.new( :aws_instance_id, :fqdn, :hostname, :vm_ware_uuid) SENSITIVE = [] include Aws::Structure end  |