Class: Aws::Types::StaticIpConnectionInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_gateway ⇒ ::String

Returns the value of attribute default_gateway.

Returns:

  • (::String)


809
810
811
# File 'sig/types.rbs', line 809

def default_gateway
  @default_gateway
end

#dns ⇒ ::Array[::String]

Returns the value of attribute dns.

Returns:

  • (::Array[::String])


810
811
812
# File 'sig/types.rbs', line 810

def dns
  @dns
end

#ip_address ⇒ ::String

Returns the value of attribute ip_address.

Returns:

  • (::String)


811
812
813
# File 'sig/types.rbs', line 811

def ip_address
  @ip_address
end

#mask ⇒ ::String

Returns the value of attribute mask.

Returns:

  • (::String)


812
813
814
# File 'sig/types.rbs', line 812

def mask
  @mask
end