Class: Aws::FinSpaceData::Types::GetDatasetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::GetDatasetResponse
- Defined in:
- gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb
Overview
Response for the GetDataset operation
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
A description of the Dataset.
-
#dataset_id ⇒ String
The unique 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.
-
#schema_definition ⇒ Types::SchemaUnion
Definition for a schema on a tabular Dataset.
-
#status ⇒ String
Status of the Dataset creation.
Instance Attribute Details
#alias ⇒ String
The unique resource identifier for a Dataset.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) 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.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The ARN identifier of the Dataset.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) SENSITIVE = [] include Aws::Structure end |
#dataset_description ⇒ String
A description of the Dataset.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
The unique identifier for a Dataset.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) SENSITIVE = [] include Aws::Structure end |
#dataset_title ⇒ String
Display title for a Dataset.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) 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.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) 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.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) SENSITIVE = [] include Aws::Structure end |
#schema_definition ⇒ Types::SchemaUnion
Definition for a schema on a tabular Dataset.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the Dataset creation.
PENDING– Dataset is pending creation.FAILED– Dataset creation has failed.SUCCESS– Dataset creation has succeeded.RUNNING– Dataset creation is running.
1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 |
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 1455 class GetDatasetResponse < Struct.new( :dataset_id, :dataset_arn, :dataset_title, :kind, :dataset_description, :create_time, :last_modified_time, :schema_definition, :alias, :status) SENSITIVE = [] include Aws::Structure end |