Class: Aws::FinSpaceData::Types::CreateDataViewResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb

Overview

Response for creating a data view.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_view_idString

The unique identifier for the created Dataview.

Returns:

  • (String)


477
478
479
480
481
482
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 477

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

#dataset_idString

The unique identifier of the Dataset used for the Dataview.

Returns:

  • (String)


477
478
479
480
481
482
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 477

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