Class: Aws::FinSpaceData::Types::GetDataViewRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/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

Instance Attribute Details

#data_view_idString

The unique identifier for the Dataview.

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1279

class GetDataViewRequest < Struct.new(
  :data_view_id,
  :dataset_id)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_idString

The unique identifier for the Dataset used in the Dataview.

Returns:

  • (String)


1279
1280
1281
1282
1283
1284
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1279

class GetDataViewRequest < Struct.new(
  :data_view_id,
  :dataset_id)
  SENSITIVE = []
  include Aws::Structure
end