Class: Aws::Types::GlobalAuroraConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::GlobalAuroraConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior ⇒ "switchoverOnly", "failover"
Returns the value of attribute behavior.
-
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
-
#database_cluster_arns ⇒ ::Array[::String]
Returns the value of attribute database_cluster_arns.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
-
#ungraceful ⇒ Types::GlobalAuroraUngraceful
Returns the value of attribute ungraceful.
Instance Attribute Details
#behavior ⇒ "switchoverOnly", "failover"
Returns the value of attribute behavior.
403 404 405 |
# File 'sig/types.rbs', line 403 def behavior @behavior end |
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
401 402 403 |
# File 'sig/types.rbs', line 401 def cross_account_role @cross_account_role end |
#database_cluster_arns ⇒ ::Array[::String]
Returns the value of attribute database_cluster_arns.
406 407 408 |
# File 'sig/types.rbs', line 406 def database_cluster_arns @database_cluster_arns end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
402 403 404 |
# File 'sig/types.rbs', line 402 def external_id @external_id end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
405 406 407 |
# File 'sig/types.rbs', line 405 def global_cluster_identifier @global_cluster_identifier end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
400 401 402 |
# File 'sig/types.rbs', line 400 def timeout_minutes @timeout_minutes end |
#ungraceful ⇒ Types::GlobalAuroraUngraceful
Returns the value of attribute ungraceful.
404 405 406 |
# File 'sig/types.rbs', line 404 def ungraceful @ungraceful end |