Class: Aws::GuardDuty::Types::RdsLimitlessDbDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the resource type RDSLimitlessDB that is involved in a GuardDuty finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifierString

The name of the database cluster that is a part of the Limitless Database.

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7486

class RdsLimitlessDbDetails < Struct.new(
  :db_shard_group_identifier,
  :db_shard_group_resource_id,
  :db_shard_group_arn,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#db_shard_group_arnString

The Amazon Resource Name (ARN) that identifies the DB shard group.

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7486

class RdsLimitlessDbDetails < Struct.new(
  :db_shard_group_identifier,
  :db_shard_group_resource_id,
  :db_shard_group_arn,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#db_shard_group_identifierString

The name associated with the Limitless DB shard group.

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7486

class RdsLimitlessDbDetails < Struct.new(
  :db_shard_group_identifier,
  :db_shard_group_resource_id,
  :db_shard_group_arn,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#db_shard_group_resource_idString

The resource identifier of the DB shard group within the Limitless Database.

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7486

class RdsLimitlessDbDetails < Struct.new(
  :db_shard_group_identifier,
  :db_shard_group_resource_id,
  :db_shard_group_arn,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

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

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7486

class RdsLimitlessDbDetails < Struct.new(
  :db_shard_group_identifier,
  :db_shard_group_resource_id,
  :db_shard_group_arn,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version of the database engine.

Returns:

  • (String)


7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7486

class RdsLimitlessDbDetails < Struct.new(
  :db_shard_group_identifier,
  :db_shard_group_resource_id,
  :db_shard_group_arn,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Information about the tag key-value pair.

Returns:



7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 7486

class RdsLimitlessDbDetails < Struct.new(
  :db_shard_group_identifier,
  :db_shard_group_resource_id,
  :db_shard_group_arn,
  :engine,
  :engine_version,
  :db_cluster_identifier,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end