Class: Aws::Types::NetworkPayload
- Inherits:
-
Object
- Object
- Aws::Types::NetworkPayload
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ethernet_0 ⇒ Types::EthernetPayload
Returns the value of attribute ethernet_0.
-
#ethernet_1 ⇒ Types::EthernetPayload
Returns the value of attribute ethernet_1.
-
#ntp ⇒ Types::NtpPayload
Returns the value of attribute ntp.
Instance Attribute Details
#ethernet_0 ⇒ Types::EthernetPayload
Returns the value of attribute ethernet_0.
571 572 573 |
# File 'sig/types.rbs', line 571 def ethernet_0 @ethernet_0 end |
#ethernet_1 ⇒ Types::EthernetPayload
Returns the value of attribute ethernet_1.
572 573 574 |
# File 'sig/types.rbs', line 572 def ethernet_1 @ethernet_1 end |
#ntp ⇒ Types::NtpPayload
Returns the value of attribute ntp.
573 574 575 |
# File 'sig/types.rbs', line 573 def ntp @ntp end |