Class: Aws::GuardDuty::Types::RdsLimitlessDbDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::RdsLimitlessDbDetails
- Includes:
- Structure
- Defined in:
- 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
-
#db_cluster_identifier ⇒ String
The name of the database cluster that is a part of the Limitless Database.
-
#db_shard_group_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the DB shard group.
-
#db_shard_group_identifier ⇒ String
The name associated with the Limitless DB shard group.
-
#db_shard_group_resource_id ⇒ String
The resource identifier of the DB shard group within the Limitless Database.
-
#engine ⇒ String
The database engine of the database instance involved in the finding.
-
#engine_version ⇒ String
The version of the database engine.
-
#tags ⇒ Array<Types::Tag>
Information about the tag-key value pair.
Instance Attribute Details
#db_cluster_identifier ⇒ String
The name of the database cluster that is a part of the Limitless Database.
7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7118 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_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the DB shard group.
7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7118 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_identifier ⇒ String
The name associated with the Limitless DB shard group.
7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7118 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_id ⇒ String
The resource identifier of the DB shard group within the Limitless Database.
7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7118 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 ⇒ String
The database engine of the database instance involved in the finding.
7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7118 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_version ⇒ String
The version of the database engine.
7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7118 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 |
#tags ⇒ Array<Types::Tag>
Information about the tag-key value pair.
7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 |
# File 'lib/aws-sdk-guardduty/types.rb', line 7118 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 |