Class: Aws::Types::RemoteIpDetails

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

#cityTypes::City

Returns the value of attribute city.

Returns:



2546
2547
2548
# File 'sig/types.rbs', line 2546

def city
  @city
end

#countryTypes::Country

Returns the value of attribute country.

Returns:



2547
2548
2549
# File 'sig/types.rbs', line 2547

def country
  @country
end

#geo_locationTypes::GeoLocation

Returns the value of attribute geo_location.

Returns:



2548
2549
2550
# File 'sig/types.rbs', line 2548

def geo_location
  @geo_location
end

#ip_address_v4::String

Returns the value of attribute ip_address_v4.

Returns:

  • (::String)


2549
2550
2551
# File 'sig/types.rbs', line 2549

def ip_address_v4
  @ip_address_v4
end

#ip_address_v6::String

Returns the value of attribute ip_address_v6.

Returns:

  • (::String)


2550
2551
2552
# File 'sig/types.rbs', line 2550

def ip_address_v6
  @ip_address_v6
end

#organizationTypes::Organization

Returns the value of attribute organization.

Returns:



2551
2552
2553
# File 'sig/types.rbs', line 2551

def organization
  @organization
end