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)


537
538
539
# File 'sig/types.rbs', line 537

def aws_instance_id
  @aws_instance_id
end

#fqdn::String

Returns the value of attribute fqdn.

Returns:

  • (::String)


534
535
536
# File 'sig/types.rbs', line 534

def fqdn
  @fqdn
end

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


535
536
537
# File 'sig/types.rbs', line 535

def hostname
  @hostname
end

#vm_ware_uuid::String

Returns the value of attribute vm_ware_uuid.

Returns:

  • (::String)


536
537
538
# File 'sig/types.rbs', line 536

def vm_ware_uuid
  @vm_ware_uuid
end