Class: Aws::Finspace::Types::GetKxDatabaseRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#database_nameString

The name of the kdb database.

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2294

class GetKxDatabaseRequest < Struct.new(
  :environment_id,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


2294
2295
2296
2297
2298
2299
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2294

class GetKxDatabaseRequest < Struct.new(
  :environment_id,
  :database_name)
  SENSITIVE = []
  include Aws::Structure
end