Class: Aws::FinSpaceData::Types::CreateDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::CreateDatasetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
The response from a CreateDataset operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_id ⇒ String
The unique identifier for the created Dataset.
Instance Attribute Details
#dataset_id ⇒ String
The unique identifier for the created Dataset.
548 549 550 551 552 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 548 class CreateDatasetResponse < Struct.new( :dataset_id) SENSITIVE = [] include Aws::Structure end |