Class: Aws::Types::DeleteKxDatabaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def client_token
  @client_token
end

#database_name::String

Returns the value of attribute database_name.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def database_name
  @database_name
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


317
318
319
# File 'sig/types.rbs', line 317

def environment_id
  @environment_id
end