Class: Aws::Types::InputDeviceNetworkSettings

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dns_addresses::Array[::String]

Returns the value of attribute dns_addresses.

Returns:

  • (::Array[::String])


1798
1799
1800
# File 'sig/types.rbs', line 1798

def dns_addresses
  @dns_addresses
end

#gateway::String

Returns the value of attribute gateway.

Returns:

  • (::String)


1799
1800
1801
# File 'sig/types.rbs', line 1799

def gateway
  @gateway
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


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.

Returns:

  • ("STATIC", "DHCP")


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.

Returns:

  • (::String)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def subnet_mask
  @subnet_mask
end