Class: Aws::OpsWorks::Types::RegisterRdsDbInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RegisterRdsDbInstanceRequest
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Note:
When making an API call, you may pass RegisterRdsDbInstanceRequest data as a hash:
{
stack_id: "String", # required
rds_db_instance_arn: "String", # required
db_user: "String", # required
db_password: "String", # required
}
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.
5240 5241 5242 5243 5244 5245 5246 5247 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5240 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.
5240 5241 5242 5243 5244 5245 5246 5247 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5240 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.
5240 5241 5242 5243 5244 5245 5246 5247 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5240 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.
5240 5241 5242 5243 5244 5245 5246 5247 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 5240 class RegisterRdsDbInstanceRequest < Struct.new( :stack_id, :rds_db_instance_arn, :db_user, :db_password) SENSITIVE = [] include Aws::Structure end |