Class: Aws::Types::ImpossibleTravelDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ending_ip_address::String

Returns the value of attribute ending_ip_address.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def ending_ip_address
  @ending_ip_address
end

#ending_location::String

Returns the value of attribute ending_location.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def ending_location
  @ending_location
end

#hourly_time_delta::Integer

Returns the value of attribute hourly_time_delta.

Returns:

  • (::Integer)


203
204
205
# File 'sig/types.rbs', line 203

def hourly_time_delta
  @hourly_time_delta
end

#starting_ip_address::String

Returns the value of attribute starting_ip_address.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def starting_ip_address
  @starting_ip_address
end

#starting_location::String

Returns the value of attribute starting_location.

Returns:

  • (::String)


201
202
203
# File 'sig/types.rbs', line 201

def starting_location
  @starting_location
end