Class: Aws::GuardDuty::Types::RdsLoginAttemptAction
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GuardDuty::Types::RdsLoginAttemptAction
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-guardduty/types.rb
 
Overview
Indicates that a login attempt was made to the potentially compromised database from a remote IP address.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #login_attributes  ⇒ Array<Types::LoginAttribute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the login attributes used in the login attempt.
 - 
  
    
      #remote_ip_details  ⇒ Types::RemoteIpDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Contains information about the remote IP address of the connection.
 
Instance Attribute Details
#login_attributes ⇒ Array<Types::LoginAttribute>
Indicates the login attributes used in the login attempt.
      6662 6663 6664 6665 6666 6667  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6662 class RdsLoginAttemptAction < Struct.new( :remote_ip_details, :login_attributes) SENSITIVE = [] include Aws::Structure end  | 
  
#remote_ip_details ⇒ Types::RemoteIpDetails
Contains information about the remote IP address of the connection.
      6662 6663 6664 6665 6666 6667  | 
    
      # File 'lib/aws-sdk-guardduty/types.rb', line 6662 class RdsLoginAttemptAction < Struct.new( :remote_ip_details, :login_attributes) SENSITIVE = [] include Aws::Structure end  |