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.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def dns_addresses @dns_addresses end |
#gateway ⇒ ::String
Returns the value of attribute gateway.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def gateway @gateway end |
#ip_address ⇒ ::String
Returns the value of attribute ip_address.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def ip_address @ip_address end |
#ip_scheme ⇒ "STATIC", "DHCP"
Returns the value of attribute ip_scheme.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def ip_scheme @ip_scheme end |
#subnet_mask ⇒ ::String
Returns the value of attribute subnet_mask.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def subnet_mask @subnet_mask end |