Class: Aws::Types::CreateDatabaseRequest

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)


76
77
78
# File 'sig/types.rbs', line 76

def database_name
  @database_name
end

#kms_key_id ⇒ ::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def kms_key_id
  @kms_key_id
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def tags
  @tags
end