You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::OpsWorks::Types::RdsDbInstance

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes an Amazon RDS instance.

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The instance\'s address.

Returns:

  • (String)

    The instance\'s address.

#db_instance_identifierString

The DB instance identifier.

Returns:

  • (String)

    The DB instance identifier.

#db_passwordString

AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

Returns:

  • (String)

    AWS OpsWorks Stacks returns *****FILTERED***** instead of the actual value.

#db_userString

The master user name.

Returns:

  • (String)

    The master user name.

#engineString

The instance\'s database engine.

Returns:

  • (String)

    The instance\'s database engine.

#missing_on_rdsBoolean

Set to true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. AWS 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.

Returns:

  • (Boolean)

    Set to true if AWS OpsWorks Stacks is unable to discover the Amazon RDS instance.

#rds_db_instance_arnString

The instance\'s ARN.

Returns:

  • (String)

    The instance\'s ARN.

#regionString

The instance\'s AWS region.

Returns:

  • (String)

    The instance\'s AWS region.

#stack_idString

The ID of the stack with which the instance is registered.

Returns:

  • (String)

    The ID of the stack with which the instance is registered.