Class: Aws::Types::CreateGlobalClusterMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def database_name
  @database_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


312
313
314
# File 'sig/types.rbs', line 312

def deletion_protection
  @deletion_protection
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def engine
  @engine
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def engine_version
  @engine_version
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def global_cluster_identifier
  @global_cluster_identifier
end

#source_db_cluster_identifier::String

Returns the value of attribute source_db_cluster_identifier.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def source_db_cluster_identifier
  @source_db_cluster_identifier
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


315
316
317
# File 'sig/types.rbs', line 315

def storage_encrypted
  @storage_encrypted
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



314
315
316
# File 'sig/types.rbs', line 314

def tags
  @tags
end