Class: Aws::Types::ActionRemoteIpDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cityTypes::City

Returns the value of attribute city.

Returns:



87
88
89
# File 'sig/types.rbs', line 87

def city
  @city
end

#countryTypes::Country

Returns the value of attribute country.

Returns:



86
87
88
# File 'sig/types.rbs', line 86

def country
  @country
end

#geo_locationTypes::GeoLocation

Returns the value of attribute geo_location.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def geo_location
  @geo_location
end

#ip_address_v4::String

Returns the value of attribute ip_address_v4.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def ip_address_v4
  @ip_address_v4
end

#organizationTypes::IpOrganizationDetails

Returns the value of attribute organization.



85
86
87
# File 'sig/types.rbs', line 85

def organization
  @organization
end