Class: Aws::Types::EthernetPayload

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_type ⇒ "STATIC_IP", "DHCP"

Returns the value of attribute connection_type.

Returns:

  • ("STATIC_IP", "DHCP")


379
380
381
# File 'sig/types.rbs', line 379

def connection_type
  @connection_type
end

#static_ip_connection_info ⇒ Types::StaticIpConnectionInfo

Returns the value of attribute static_ip_connection_info.



380
381
382
# File 'sig/types.rbs', line 380

def static_ip_connection_info
  @static_ip_connection_info
end