Class: Aws::GuardDuty::Types::RdsDbInstanceDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#db_cluster_identifierString

The identifier of the database cluster that contains the database instance ID involved in the finding.

Returns:

  • (String)


6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6291

class RdsDbInstanceDetails < Struct.new(
  :db_instance_identifier,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :db_instance_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_arnString

The Amazon Resource Name (ARN) that identifies the database instance involved in the finding.

Returns:

  • (String)


6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6291

class RdsDbInstanceDetails < Struct.new(
  :db_instance_identifier,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :db_instance_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#db_instance_identifierString

The identifier associated to the database instance that was involved in the finding.

Returns:

  • (String)


6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6291

class RdsDbInstanceDetails < Struct.new(
  :db_instance_identifier,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :db_instance_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The database engine of the database instance involved in the finding.

Returns:

  • (String)


6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6291

class RdsDbInstanceDetails < Struct.new(
  :db_instance_identifier,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :db_instance_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version of the database engine that was involved in the finding.

Returns:

  • (String)


6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6291

class RdsDbInstanceDetails < Struct.new(
  :db_instance_identifier,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :db_instance_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Instance tag key-value pairs associated with the database instance ID.

Returns:



6291
6292
6293
6294
6295
6296
6297
6298
6299
6300
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 6291

class RdsDbInstanceDetails < Struct.new(
  :db_instance_identifier,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :db_instance_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end