Class: Aws::SupplyChain::Types::DataLakeDataset

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

Overview

The data lake dataset details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The arn of the dataset.

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 617

class DataLakeDataset < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :arn,
  :schema,
  :description,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#created_timeTime

The creation time of the dataset.

Returns:

  • (Time)


617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 617

class DataLakeDataset < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :arn,
  :schema,
  :description,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the dataset.

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 617

class DataLakeDataset < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :arn,
  :schema,
  :description,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The Amazon Web Services Supply Chain instance identifier.

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 617

class DataLakeDataset < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :arn,
  :schema,
  :description,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last modified time of the dataset.

Returns:

  • (Time)


617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 617

class DataLakeDataset < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :arn,
  :schema,
  :description,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the dataset. For asc name space, the name must be one of the supported data entities under https://docs.aws.amazon.com/aws-supply-chain/latest/userguide/data-model-asc.html.

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 617

class DataLakeDataset < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :arn,
  :schema,
  :description,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The name space of the dataset. The available values are:

Returns:

  • (String)


617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 617

class DataLakeDataset < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :arn,
  :schema,
  :description,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#schemaTypes::DataLakeDatasetSchema

The schema of the dataset.



617
618
619
620
621
622
623
624
625
626
627
628
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 617

class DataLakeDataset < Struct.new(
  :instance_id,
  :namespace,
  :name,
  :arn,
  :schema,
  :description,
  :created_time,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end