Class: Aws::Types::IdentificationHints

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_instance_id ⇒ ::String

Returns the value of attribute aws_instance_id.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

def aws_instance_id
  @aws_instance_id
end

#fqdn ⇒ ::String

Returns the value of attribute fqdn.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def fqdn
  @fqdn
end

#hostname ⇒ ::String

Returns the value of attribute hostname.

Returns:

  • (::String)


553
554
555
# File 'sig/types.rbs', line 553

def hostname
  @hostname
end

#vm_path ⇒ ::String

Returns the value of attribute vm_path.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def vm_path
  @vm_path
end

#vm_ware_uuid ⇒ ::String

Returns the value of attribute vm_ware_uuid.

Returns:

  • (::String)


554
555
556
# File 'sig/types.rbs', line 554

def vm_ware_uuid
  @vm_ware_uuid
end