Class: Aws::Finspace::Types::GetKxDataviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::GetKxDataviewRequest
- 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 database where you created the dataview.
-
#dataview_name ⇒ String
A unique identifier for the dataview.
-
#environment_id ⇒ String
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
Instance Attribute Details
#database_name ⇒ String
The name of the database where you created the dataview.
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_name ⇒ String
A unique identifier for the dataview.
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_id ⇒ String
A unique identifier for the kdb environment, from where you want to retrieve the dataview details.
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 |