Class: Aws::Types::EthernetStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_status ⇒ "CONNECTED", ...

Returns the value of attribute connection_status.

Returns:

  • ("CONNECTED", "NOT_CONNECTED", "CONNECTING")


385
386
387
# File 'sig/types.rbs', line 385

def connection_status
  @connection_status
end

#hw_address ⇒ ::String

Returns the value of attribute hw_address.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def hw_address
  @hw_address
end

#ip_address ⇒ ::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


387
388
389
# File 'sig/types.rbs', line 387

def ip_address
  @ip_address
end