Class: Aws::FinSpaceData::Types::GetExternalDataViewAccessDetailsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_view_idString

The unique identifier for the Dataview that you want to access.

Returns:

  • (String)


1480
1481
1482
1483
1484
1485
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1480

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

#dataset_idString

The unique identifier for the Dataset.

Returns:

  • (String)


1480
1481
1482
1483
1484
1485
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1480

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