Class: Aws::GuardDuty::Types::RdsLoginAttemptAction

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#login_attributesArray<Types::LoginAttribute>

Indicates the login attributes used in the login attempt.

Returns:



5743
5744
5745
5746
5747
5748
# File 'lib/aws-sdk-guardduty/types.rb', line 5743

class RdsLoginAttemptAction < Struct.new(
  :remote_ip_details,
  :login_attributes)
  SENSITIVE = []
  include Aws::Structure
end

#remote_ip_detailsTypes::RemoteIpDetails

Contains information about the remote IP address of the connection.



5743
5744
5745
5746
5747
5748
# File 'lib/aws-sdk-guardduty/types.rb', line 5743

class RdsLoginAttemptAction < Struct.new(
  :remote_ip_details,
  :login_attributes)
  SENSITIVE = []
  include Aws::Structure
end