Class: Aws::Detective::Types::ImpossibleTravelDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb

Overview

Contains information on unusual and impossible travel in an account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ending_ip_addressString

IP address where the resource was last used in the impossible travel.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 686

class ImpossibleTravelDetail < Struct.new(
  :starting_ip_address,
  :ending_ip_address,
  :starting_location,
  :ending_location,
  :hourly_time_delta)
  SENSITIVE = []
  include Aws::Structure
end

#ending_locationString

Location where the resource was last used in the impossible travel.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 686

class ImpossibleTravelDetail < Struct.new(
  :starting_ip_address,
  :ending_ip_address,
  :starting_location,
  :ending_location,
  :hourly_time_delta)
  SENSITIVE = []
  include Aws::Structure
end

#hourly_time_deltaInteger

Returns the time difference between the first and last timestamp the resource was used.

Returns:

  • (Integer)


686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 686

class ImpossibleTravelDetail < Struct.new(
  :starting_ip_address,
  :ending_ip_address,
  :starting_location,
  :ending_location,
  :hourly_time_delta)
  SENSITIVE = []
  include Aws::Structure
end

#starting_ip_addressString

IP address where the resource was first used in the impossible travel.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 686

class ImpossibleTravelDetail < Struct.new(
  :starting_ip_address,
  :ending_ip_address,
  :starting_location,
  :ending_location,
  :hourly_time_delta)
  SENSITIVE = []
  include Aws::Structure
end

#starting_locationString

Location where the resource was first used in the impossible travel.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
# File 'gems/aws-sdk-detective/lib/aws-sdk-detective/types.rb', line 686

class ImpossibleTravelDetail < Struct.new(
  :starting_ip_address,
  :ending_ip_address,
  :starting_location,
  :ending_location,
  :hourly_time_delta)
  SENSITIVE = []
  include Aws::Structure
end