Class: Aws::Types::HostEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#hostname::String

Returns the value of attribute hostname.

Returns:

  • (::String)


1363
1364
1365
# File 'sig/types.rbs', line 1363

def hostname
  @hostname
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


1364
1365
1366
# File 'sig/types.rbs', line 1364

def ip_address
  @ip_address
end