Class: Aws::GuardDuty::Types::RdsDbInstanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RdsDbInstanceDetails
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about the resource type RDSDBInstance involved
in a GuardDuty finding.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ String
The identifier of the database cluster that contains the database instance ID involved in the finding.
-
#db_instance_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
-
#db_instance_identifier ⇒ String
The identifier associated to the database instance that was involved in the finding.
-
#dbi_resource_id ⇒ String
The unique ID of the database resource involved in the activity that prompted GuardDuty to generate the finding.
-
#engine ⇒ String
The database engine of the database instance involved in the finding.
-
#engine_version ⇒ String
The version of the database engine that was involved in the finding.
-
#tags ⇒ Array<Types::Tag>
Information about the tag key-value pairs.
Instance Attribute Details
#db_cluster_identifier ⇒ String
The identifier of the database cluster that contains the database instance ID involved in the finding.
8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8770 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :dbi_resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#db_instance_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8770 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :dbi_resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#db_instance_identifier ⇒ String
The identifier associated to the database instance that was involved in the finding.
8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8770 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :dbi_resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#dbi_resource_id ⇒ String
The unique ID of the database resource involved in the activity that prompted GuardDuty to generate the finding.
8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8770 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :dbi_resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The database engine of the database instance involved in the finding.
8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8770 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :dbi_resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version of the database engine that was involved in the finding.
8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8770 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :dbi_resource_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Information about the tag key-value pairs.
8770 8771 8772 8773 8774 8775 8776 8777 8778 8779 8780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 8770 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :dbi_resource_id, :tags) SENSITIVE = [] include Aws::Structure end |