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])


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

def dns_addresses
  @dns_addresses
end

#gateway::String

Returns the value of attribute gateway.

Returns:

  • (::String)


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

def gateway
  @gateway
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


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.

Returns:

  • ("STATIC", "DHCP")


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.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def subnet_mask
  @subnet_mask
end