Class: Aws::Types::InputDeviceNetworkSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputDeviceNetworkSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_addresses ⇒ ::Array[::String]
Returns the value of attribute dns_addresses.
-
#gateway ⇒ ::String
Returns the value of attribute gateway.
-
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
-
#ip_scheme ⇒ "STATIC", "DHCP"
Returns the value of attribute ip_scheme.
-
#subnet_mask ⇒ ::String
Returns the value of attribute subnet_mask.
Instance Attribute Details
#dns_addresses ⇒ ::Array[::String]
Returns the value of attribute dns_addresses.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def dns_addresses @dns_addresses end |
#gateway ⇒ ::String
Returns the value of attribute gateway.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def gateway @gateway end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def ip_address @ip_address end |
#ip_scheme ⇒ "STATIC", "DHCP"
Returns the value of attribute ip_scheme.
1804 1805 1806 |
# File 'sig/types.rbs', line 1804 def ip_scheme @ip_scheme end |
#subnet_mask ⇒ ::String
Returns the value of attribute subnet_mask.
1805 1806 1807 |
# File 'sig/types.rbs', line 1805 def subnet_mask @subnet_mask end |