Class: Aws::Detective::Types::ImpossibleTravelDetail
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Detective::Types::ImpossibleTravelDetail
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
- 
  
    
      #ending_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
IP address where the resource was last used in the impossible travel.
 - 
  
    
      #ending_location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Location where the resource was last used in the impossible travel.
 - 
  
    
      #hourly_time_delta  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the time difference between the first and last timestamp the resource was used.
 - 
  
    
      #starting_ip_address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
IP address where the resource was first used in the impossible travel.
 - 
  
    
      #starting_location  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Location where the resource was first used in the impossible travel.
 
Instance Attribute Details
#ending_ip_address ⇒ String
IP address where the resource was last used in the impossible travel.
      686 687 688 689 690 691 692 693 694  | 
    
      # File '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_location ⇒ String
Location where the resource was last used in the impossible travel.
      686 687 688 689 690 691 692 693 694  | 
    
      # File '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_delta ⇒ Integer
Returns the time difference between the first and last timestamp the resource was used.
      686 687 688 689 690 691 692 693 694  | 
    
      # File '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_address ⇒ String
IP address where the resource was first used in the impossible travel.
      686 687 688 689 690 691 692 693 694  | 
    
      # File '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_location ⇒ String
Location where the resource was first used in the impossible travel.
      686 687 688 689 690 691 692 693 694  | 
    
      # File '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  |