Class: Aws::FinSpaceData::Types::Dataset

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

Overview

The structure for a Dataset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aliasString

The unique resource identifier for a Dataset.

Returns:

  • (String)


945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeInteger

The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Integer)


945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The ARN identifier of the Dataset.

Returns:

  • (String)


945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_descriptionString

Description for a Dataset.

Returns:

  • (String)


945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_idString

An identifier for a Dataset.

Returns:

  • (String)


945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_titleString

Display title for a Dataset.

Returns:

  • (String)


945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#kindString

The format in which Dataset data is structured.

  • TABULAR – Data is structured in a tabular format.

  • NON_TABULAR – Data is structured in a non-tabular format.

Returns:

  • (String)


945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeInteger

The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Integer)


945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#owner_infoTypes::DatasetOwnerInfo

Contact information for a Dataset owner.



945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end

#schema_definitionTypes::SchemaUnion

Definition for a schema on a tabular Dataset.

Returns:



945
946
947
948
949
950
951
952
953
954
955
956
957
958
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 945

class Dataset < Struct.new(
  :dataset_id,
  :dataset_arn,
  :dataset_title,
  :kind,
  :dataset_description,
  :owner_info,
  :create_time,
  :last_modified_time,
  :schema_definition,
  :alias)
  SENSITIVE = []
  include Aws::Structure
end