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

#catalog_id::String

Returns the value of attribute catalog_id.

Returns:

  • (::String)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def catalog_id
  @catalog_id
end

#database_inputTypes::DatabaseInput

Returns the value of attribute database_input.



1447
1448
1449
# File 'sig/types.rbs', line 1447

def database_input
  @database_input
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


1448
1449
1450
# File 'sig/types.rbs', line 1448

def tags
  @tags
end