Class: Aws::MigrationHubStrategyRecommendations::Types::DatabaseConfigDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::DatabaseConfigDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Configuration information used for assessing databases.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#secret_name ⇒ String
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
Instance Attribute Details
#secret_name ⇒ String
AWS Secrets Manager key that holds the credentials that you use to connect to a database.
699 700 701 702 703 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 699 class DatabaseConfigDetail < Struct.new( :secret_name) SENSITIVE = [] include Aws::Structure end |