Class: Aws::Types::EthernetPayload
- Inherits:
-
Object
- Object
- Aws::Types::EthernetPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_type ⇒ "STATIC_IP", "DHCP"
Returns the value of attribute connection_type.
-
#static_ip_connection_info ⇒ Types::StaticIpConnectionInfo
Returns the value of attribute static_ip_connection_info.
Instance Attribute Details
#connection_type ⇒ "STATIC_IP", "DHCP"
Returns the value of attribute connection_type.
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 |