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)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def catalog_id
  @catalog_id
end

#database_inputTypes::DatabaseInput

Returns the value of attribute database_input.



1443
1444
1445
# File 'sig/types.rbs', line 1443

def database_input
  @database_input
end

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

Returns the value of attribute tags.

Returns:

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


1444
1445
1446
# File 'sig/types.rbs', line 1444

def tags
  @tags
end