Class: Aws::OpsWorks::Types::RegisterRdsDbInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterRdsDbInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#db_password ⇒ String
The database password.
-
#db_user ⇒ String
The database’s master user name.
-
#rds_db_instance_arn ⇒ String
The Amazon RDS instance’s ARN.
-
#stack_id ⇒ String
The stack ID.
Instance Attribute Details
#db_password ⇒ String
The database password.
4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4502 class RegisterRdsDbInstanceRequest < Struct.new( :stack_id, :rds_db_instance_arn, :db_user, :db_password) SENSITIVE = [] include Aws::Structure end |
#db_user ⇒ String
The database’s master user name.
4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4502 class RegisterRdsDbInstanceRequest < Struct.new( :stack_id, :rds_db_instance_arn, :db_user, :db_password) SENSITIVE = [] include Aws::Structure end |
#rds_db_instance_arn ⇒ String
The Amazon RDS instance’s ARN.
4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4502 class RegisterRdsDbInstanceRequest < Struct.new( :stack_id, :rds_db_instance_arn, :db_user, :db_password) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The stack ID.
4502 4503 4504 4505 4506 4507 4508 4509 |
# File 'lib/aws-sdk-opsworks/types.rb', line 4502 class RegisterRdsDbInstanceRequest < Struct.new( :stack_id, :rds_db_instance_arn, :db_user, :db_password) SENSITIVE = [] include Aws::Structure end |