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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-finspace/types.rb', line 2301

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

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


2301
2302
2303
2304
2305
2306
# File 'lib/aws-sdk-finspace/types.rb', line 2301

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