Class: Aws::Types::RdsCreateCrossRegionReplicaConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RdsCreateCrossRegionReplicaConfiguration
- 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.
609 610 611 |
# File 'sig/types.rbs', line 609 def cross_account_role @cross_account_role end |
#db_instance_arn_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute db_instance_arn_map.
611 612 613 |
# File 'sig/types.rbs', line 611 def db_instance_arn_map @db_instance_arn_map end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
610 611 612 |
# File 'sig/types.rbs', line 610 def external_id @external_id end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
608 609 610 |
# File 'sig/types.rbs', line 608 def timeout_minutes @timeout_minutes end |