Class: Aws::OpsWorks::Types::UpdateRdsDbInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::UpdateRdsDbInstanceRequest
- 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 master user name.
-
#rds_db_instance_arn ⇒ String
The Amazon RDS instance’s ARN.
Instance Attribute Details
#db_password ⇒ String
The database password.
5723 5724 5725 5726 5727 5728 5729 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5723 class UpdateRdsDbInstanceRequest < Struct.new( :rds_db_instance_arn, :db_user, :db_password) SENSITIVE = [] include Aws::Structure end |
#db_user ⇒ String
The master user name.
5723 5724 5725 5726 5727 5728 5729 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5723 class UpdateRdsDbInstanceRequest < Struct.new( :rds_db_instance_arn, :db_user, :db_password) SENSITIVE = [] include Aws::Structure end |
#rds_db_instance_arn ⇒ String
The Amazon RDS instance’s ARN.
5723 5724 5725 5726 5727 5728 5729 |
# File 'lib/aws-sdk-opsworks/types.rb', line 5723 class UpdateRdsDbInstanceRequest < Struct.new( :rds_db_instance_arn, :db_user, :db_password) SENSITIVE = [] include Aws::Structure end |