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:



4848
4849
4850
4851
4852
4853
# File 'lib/aws-sdk-guardduty/types.rb', line 4848

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.



4848
4849
4850
4851
4852
4853
# File 'lib/aws-sdk-guardduty/types.rb', line 4848

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