Class: Aws::Types::NeptuneGlobalDatabaseConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#behavior"switchoverOnly", "failover"

Returns the value of attribute behavior.

Returns:

  • ("switchoverOnly", "failover")


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.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def 
  @cross_account_role
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


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.

Returns:

  • (::Integer)


568
569
570
# File 'sig/types.rbs', line 568

def timeout_minutes
  @timeout_minutes
end

#ungracefulTypes::NeptuneUngraceful

Returns the value of attribute ungraceful.



572
573
574
# File 'sig/types.rbs', line 572

def ungraceful
  @ungraceful
end