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.
7143 7144 7145 7146 7147 7148 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7143 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.
7143 7144 7145 7146 7147 7148 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7143 class RdsLoginAttemptAction < Struct.new( :remote_ip_details, :login_attributes) SENSITIVE = [] include Aws::Structure end |