Class: Aws::FinSpaceData::Types::UpdateDatasetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::UpdateDatasetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
The request for an UpdateDataset operation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias ⇒ String
The unique resource identifier for a Dataset.
-
#client_token ⇒ String
A token that ensures idempotency.
-
#dataset_description ⇒ String
A description for the Dataset.
-
#dataset_id ⇒ String
The unique identifier for the Dataset to update.
-
#dataset_title ⇒ String
A display title for the Dataset.
-
#kind ⇒ String
The format in which the Dataset data is structured.
-
#schema_definition ⇒ Types::SchemaUnion
Definition for a schema on a tabular Dataset.
Instance Attribute Details
#alias ⇒ String
The unique resource identifier for a Dataset.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2465 class UpdateDatasetRequest < Struct.new( :client_token, :dataset_id, :dataset_title, :kind, :dataset_description, :alias, :schema_definition) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A token that ensures idempotency. This token expires in 10 minutes.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2465 class UpdateDatasetRequest < Struct.new( :client_token, :dataset_id, :dataset_title, :kind, :dataset_description, :alias, :schema_definition) SENSITIVE = [] include Aws::Structure end |
#dataset_description ⇒ String
A description for the Dataset.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2465 class UpdateDatasetRequest < Struct.new( :client_token, :dataset_id, :dataset_title, :kind, :dataset_description, :alias, :schema_definition) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The unique identifier for the Dataset to update.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2465 class UpdateDatasetRequest < Struct.new( :client_token, :dataset_id, :dataset_title, :kind, :dataset_description, :alias, :schema_definition) SENSITIVE = [] include Aws::Structure end |
#dataset_title ⇒ String
A display title for the Dataset.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2465 class UpdateDatasetRequest < Struct.new( :client_token, :dataset_id, :dataset_title, :kind, :dataset_description, :alias, :schema_definition) SENSITIVE = [] include Aws::Structure end |
#kind ⇒ String
The format in which the Dataset data is structured.
-
‘TABULAR` – Data is structured in a tabular format.
-
‘NON_TABULAR` – Data is structured in a non-tabular format.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2465 class UpdateDatasetRequest < Struct.new( :client_token, :dataset_id, :dataset_title, :kind, :dataset_description, :alias, :schema_definition) SENSITIVE = [] include Aws::Structure end |
#schema_definition ⇒ Types::SchemaUnion
Definition for a schema on a tabular Dataset.
2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 2465 class UpdateDatasetRequest < Struct.new( :client_token, :dataset_id, :dataset_title, :kind, :dataset_description, :alias, :schema_definition) SENSITIVE = [] include Aws::Structure end |