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 DB instance identifier.
-
#db_password ⇒ String
AWS 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 AWS OpsWorks Stacks is unable to discover the Amazon RDS instance. -
#rds_db_instance_arn ⇒ String
The instance's ARN.
-
#region ⇒ String
The instance's AWS region.
-
#stack_id ⇒ String
The ID of the stack with which the instance is registered.
Instance Attribute Details
#address ⇒ String
The instance's address.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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 DB instance identifier.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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
AWS OpsWorks Stacks returns *****FILTERED*****
instead of the
actual value.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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 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.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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 AWS region.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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.
4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 |
# File 'gems/aws-sdk-opsworks/lib/aws-sdk-opsworks/types.rb', line 4966 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 |