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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opsworks/types.rb

Overview

Describes an Amazon RDS instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The instance’s address.

Returns:

  • (String)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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_identifierString

The database instance identifier.

Returns:

  • (String)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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_passwordString

OpsWorks Stacks returns ‘*****FILTERED*****` instead of the actual value.

Returns:

  • (String)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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_userString

The master user name.

Returns:

  • (String)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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

#engineString

The instance’s database engine.

Returns:

  • (String)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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_rdsBoolean

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.

Returns:

  • (Boolean)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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_arnString

The instance’s ARN.

Returns:

  • (String)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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

#regionString

The instance’s Amazon Web Services Region.

Returns:

  • (String)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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_idString

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

Returns:

  • (String)


4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
# File '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