Class: Aws::Finspace::Types::GetKxDatabaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::GetKxDatabaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#database_name ⇒ String
The name of the kdb database.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
Instance Attribute Details
#database_name ⇒ String
The name of the kdb database.
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_id ⇒ String
A unique identifier for the kdb environment.
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 |