Class: Aws::FinSpaceData::Types::GetDataViewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetDataViewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Request for retrieving a data view detail. Grouped / accessible within a dataset by its dataset id.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_view_id ⇒ String
The unique identifier for the Dataview.
-
#dataset_id ⇒ String
The unique identifier for the Dataset used in the Dataview.
Instance Attribute Details
#data_view_id ⇒ String
The unique identifier for the Dataview.
1279 1280 1281 1282 1283 1284 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1279 class GetDataViewRequest < Struct.new( :data_view_id, :dataset_id) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The unique identifier for the Dataset used in the Dataview.
1279 1280 1281 1282 1283 1284 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1279 class GetDataViewRequest < Struct.new( :data_view_id, :dataset_id) SENSITIVE = [] include Aws::Structure end |