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)


740
741
742
# File 'sig/types.rbs', line 740

def database_name
  @database_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


739
740
741
# File 'sig/types.rbs', line 739

def deletion_protection
  @deletion_protection
end

#engine::String

Returns the value of attribute engine.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def engine
  @engine
end

#engine_lifecycle_support::String

Returns the value of attribute engine_lifecycle_support.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def engine_lifecycle_support
  @engine_lifecycle_support
end

#engine_version::String

Returns the value of attribute engine_version.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def engine_version
  @engine_version
end

#global_cluster_identifier::String

Returns the value of attribute global_cluster_identifier.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def global_cluster_identifier
  @global_cluster_identifier
end

#source_db_cluster_identifier::String

Returns the value of attribute source_db_cluster_identifier.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def source_db_cluster_identifier
  @source_db_cluster_identifier
end

#storage_encryptedBoolean

Returns the value of attribute storage_encrypted.

Returns:

  • (Boolean)


741
742
743
# File 'sig/types.rbs', line 741

def storage_encrypted
  @storage_encrypted
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def tags
  @tags
end