Class: Aws::Types::NeptuneGlobalDatabaseConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::NeptuneGlobalDatabaseConfiguration
- 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.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
-
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
-
#region_database_cluster_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute region_database_cluster_arns.
-
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
-
#ungraceful ⇒ Types::NeptuneUngraceful
Returns the value of attribute ungraceful.
Instance Attribute Details
#behavior ⇒ "switchoverOnly", "failover"
Returns the value of attribute behavior.
571 572 573 |
# File 'sig/types.rbs', line 571 def behavior @behavior end |
#cross_account_role ⇒ ::String
Returns the value of attribute cross_account_role.
569 570 571 |
# File 'sig/types.rbs', line 569 def cross_account_role @cross_account_role end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
570 571 572 |
# File 'sig/types.rbs', line 570 def external_id @external_id end |
#global_cluster_identifier ⇒ ::String
Returns the value of attribute global_cluster_identifier.
573 574 575 |
# File 'sig/types.rbs', line 573 def global_cluster_identifier @global_cluster_identifier end |
#region_database_cluster_arns ⇒ ::Hash[::String, ::String]
Returns the value of attribute region_database_cluster_arns.
574 575 576 |
# File 'sig/types.rbs', line 574 def region_database_cluster_arns @region_database_cluster_arns end |
#timeout_minutes ⇒ ::Integer
Returns the value of attribute timeout_minutes.
568 569 570 |
# File 'sig/types.rbs', line 568 def timeout_minutes @timeout_minutes end |
#ungraceful ⇒ Types::NeptuneUngraceful
Returns the value of attribute ungraceful.
572 573 574 |
# File 'sig/types.rbs', line 572 def ungraceful @ungraceful end |