Class: Aws::FinSpaceData::Types::Dataset
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::Dataset
- 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
-
#alias ⇒ String
The unique resource identifier for a Dataset.
-
#create_time ⇒ Integer
The timestamp at which the Dataset was created in FinSpace.
-
#dataset_arn ⇒ String
The ARN identifier of the Dataset.
-
#dataset_description ⇒ String
Description for a Dataset.
-
#dataset_id ⇒ String
An identifier for a Dataset.
-
#dataset_title ⇒ String
Display title for a Dataset.
-
#kind ⇒ String
The format in which Dataset data is structured.
-
#last_modified_time ⇒ Integer
The last time that the Dataset was modified.
-
#owner_info ⇒ Types::DatasetOwnerInfo
Contact information for a Dataset owner.
-
#schema_definition ⇒ Types::SchemaUnion
Definition for a schema on a tabular Dataset.
Instance Attribute Details
#alias ⇒ String
The unique resource identifier for a Dataset.
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_time ⇒ Integer
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.
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_arn ⇒ String
The ARN identifier of the Dataset.
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_description ⇒ String
Description for a Dataset.
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_id ⇒ String
An identifier for a Dataset.
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_title ⇒ String
Display title for a Dataset.
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 |
#kind ⇒ String
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.
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_time ⇒ Integer
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.
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_info ⇒ Types::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_definition ⇒ Types::SchemaUnion
Definition for a schema on a tabular Dataset.
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 |