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