Class: Aws::OpsWorks::Types::RdsDbInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::RdsDbInstance
- Defined in:
- gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb
Overview
Describes an Amazon RDS instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The instance's address.
-
#db_instance_identifier ⇒ String
The database instance identifier.
-
#db_password ⇒ String
OpsWorks Stacks returns
*****FILTERED*****
instead of the actual value. -
#db_user ⇒ String
The master user name.
-
#engine ⇒ String
The instance's database engine.
-
#missing_on_rds ⇒ Boolean
Set to
true
if OpsWorks Stacks is unable to discover the Amazon RDS instance. -
#rds_db_instance_arn ⇒ String
The instance's ARN.
-
#region ⇒ String
The instance's Amazon Web Services Region.
-
#stack_id ⇒ String
The ID of the stack with which the instance is registered.
Instance Attribute Details
#address ⇒ String
The instance's address.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |
#db_instance_identifier ⇒ String
The database instance identifier.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |
#db_password ⇒ String
OpsWorks Stacks returns *****FILTERED*****
instead of the actual
value.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |
#db_user ⇒ String
The master user name.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The instance's database engine.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |
#missing_on_rds ⇒ Boolean
Set to true
if OpsWorks Stacks is unable to discover the Amazon
RDS instance. OpsWorks Stacks attempts to discover the instance only
once. If this value is set to true
, you must deregister the
instance, and then register it again.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |
#rds_db_instance_arn ⇒ String
The instance's ARN.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |
#region ⇒ String
The instance's Amazon Web Services Region.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |
#stack_id ⇒ String
The ID of the stack with which the instance is registered.
4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4283 class RdsDbInstance < Struct.new( :rds_db_instance_arn, :db_instance_identifier, :db_user, :db_password, :region, :address, :engine, :stack_id, :missing_on_rds) SENSITIVE = [] include Aws::Structure end |