Class: Aws::SupplyChain::Types::DataLakeDataset
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DataLakeDataset
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The data lake dataset details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The arn of the dataset.
-
#created_time ⇒ Time
The creation time of the dataset.
-
#description ⇒ String
The description of the dataset.
-
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
-
#last_modified_time ⇒ Time
The last modified time of the dataset.
-
#name ⇒ String
The name of the dataset.
-
#namespace ⇒ String
The name space of the dataset.
-
#schema ⇒ Types::DataLakeDatasetSchema
The schema of the dataset.
Instance Attribute Details
#arn ⇒ String
The arn of the dataset.
609 610 611 612 613 614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-supplychain/types.rb', line 609 class DataLakeDataset < Struct.new( :instance_id, :namespace, :name, :arn, :schema, :description, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The creation time of the dataset.
609 610 611 612 613 614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-supplychain/types.rb', line 609 class DataLakeDataset < Struct.new( :instance_id, :namespace, :name, :arn, :schema, :description, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the dataset.
609 610 611 612 613 614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-supplychain/types.rb', line 609 class DataLakeDataset < Struct.new( :instance_id, :namespace, :name, :arn, :schema, :description, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The Amazon Web Services Supply Chain instance identifier.
609 610 611 612 613 614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-supplychain/types.rb', line 609 class DataLakeDataset < Struct.new( :instance_id, :namespace, :name, :arn, :schema, :description, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The last modified time of the dataset.
609 610 611 612 613 614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-supplychain/types.rb', line 609 class DataLakeDataset < Struct.new( :instance_id, :namespace, :name, :arn, :schema, :description, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the dataset. For asc name space, the name must be one of the supported data entities under [docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html][1].
[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
609 610 611 612 613 614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-supplychain/types.rb', line 609 class DataLakeDataset < Struct.new( :instance_id, :namespace, :name, :arn, :schema, :description, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#namespace ⇒ String
The name space of the dataset. The available values are:
-
asc - For information on the Amazon Web Services Supply Chain supported datasets see [docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html][1].
-
default - For datasets with custom user-defined schemas.
[1]: docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html
609 610 611 612 613 614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-supplychain/types.rb', line 609 class DataLakeDataset < Struct.new( :instance_id, :namespace, :name, :arn, :schema, :description, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#schema ⇒ Types::DataLakeDatasetSchema
The schema of the dataset.
609 610 611 612 613 614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-supplychain/types.rb', line 609 class DataLakeDataset < Struct.new( :instance_id, :namespace, :name, :arn, :schema, :description, :created_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |