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.
-
#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>
Instance tag key-value pairs associated with the database instance ID.
Instance Attribute Details
#db_cluster_identifier ⇒ String
The identifier of the database cluster that contains the database instance ID involved in the finding.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6771 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#db_instance_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6771 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#db_instance_identifier ⇒ String
The identifier associated to the database instance that was involved in the finding.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6771 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The database engine of the database instance involved in the finding.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6771 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version of the database engine that was involved in the finding.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6771 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Instance tag key-value pairs associated with the database instance ID.
6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6771 class RdsDbInstanceDetails < Struct.new( :db_instance_identifier, :engine, :engine_version, :db_cluster_identifier, :db_instance_arn, :tags) SENSITIVE = [] include Aws::Structure end |