Class: Aws::Finspace::Types::GetKxDataviewRequest

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 database where you created the dataview.

Returns:

  • (String)


2386
2387
2388
2389
2390
2391
2392
# File 'lib/aws-sdk-finspace/types.rb', line 2386

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

#dataview_nameString

A unique identifier for the dataview.

Returns:

  • (String)


2386
2387
2388
2389
2390
2391
2392
# File 'lib/aws-sdk-finspace/types.rb', line 2386

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

#environment_idString

A unique identifier for the kdb environment, from where you want to retrieve the dataview details.

Returns:

  • (String)


2386
2387
2388
2389
2390
2391
2392
# File 'lib/aws-sdk-finspace/types.rb', line 2386

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