Class: Aws::Types::LocalIpDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ip_address_v4, :ip_address_v6])

Instance Attribute Summary collapse

Instance Attribute Details

#ip_address_v4::String

Returns the value of attribute ip_address_v4.

Returns:

  • (::String)


2080
2081
2082
# File 'sig/types.rbs', line 2080

def ip_address_v4
  @ip_address_v4
end

#ip_address_v6::String

Returns the value of attribute ip_address_v6.

Returns:

  • (::String)


2081
2082
2083
# File 'sig/types.rbs', line 2081

def ip_address_v6
  @ip_address_v6
end