Class: Aws::Types::GlobalAuroraConfiguration

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")


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.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def 
  @cross_account_role
end

#database_cluster_arns::Array[::String]

Returns the value of attribute database_cluster_arns.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


400
401
402
# File 'sig/types.rbs', line 400

def timeout_minutes
  @timeout_minutes
end

#ungracefulTypes::GlobalAuroraUngraceful

Returns the value of attribute ungraceful.



404
405
406
# File 'sig/types.rbs', line 404

def ungraceful
  @ungraceful
end