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

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

Returns:

  • (String)


2379
2380
2381
2382
2383
2384
2385
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2379

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)


2379
2380
2381
2382
2383
2384
2385
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2379

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)


2379
2380
2381
2382
2383
2384
2385
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2379

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