Class: Aws::FinSpaceData::Types::GetExternalDataViewAccessDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetExternalDataViewAccessDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_view_id ⇒ String
The unique identifier for the Dataview that you want to access.
-
#dataset_id ⇒ String
The unique identifier for the Dataset.
Instance Attribute Details
#data_view_id ⇒ String
The unique identifier for the Dataview that you want to access.
1480 1481 1482 1483 1484 1485 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1480 class GetExternalDataViewAccessDetailsRequest < Struct.new( :data_view_id, :dataset_id) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The unique identifier for the Dataset.
1480 1481 1482 1483 1484 1485 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 1480 class GetExternalDataViewAccessDetailsRequest < Struct.new( :data_view_id, :dataset_id) SENSITIVE = [] include Aws::Structure end |