Class: Aws::Types::RdsPromoteReadReplicaConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RdsPromoteReadReplicaConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
-
#db_instance_arn_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute db_instance_arn_map.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
Instance Attribute Details
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
617 618 619 |
# File 'sig/types.rbs', line 617 def cross_account_role @cross_account_role end |
#db_instance_arn_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute db_instance_arn_map.
619 620 621 |
# File 'sig/types.rbs', line 619 def db_instance_arn_map @db_instance_arn_map end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
618 619 620 |
# File 'sig/types.rbs', line 618 def external_id @external_id end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
616 617 618 |
# File 'sig/types.rbs', line 616 def timeout_minutes @timeout_minutes end |