Class: Aws::FinSpaceData::Types::DataViewSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FinSpaceData::Types::DataViewSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspacedata/types.rb
Overview
Structure for the summary of a Dataview.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#as_of_timestamp ⇒ Integer
Time range to use for the Dataview.
-
#auto_update ⇒ Boolean
The flag to indicate Dataview should be updated automatically.
-
#create_time ⇒ Integer
The timestamp at which the Dataview was created in FinSpace.
-
#data_view_arn ⇒ String
The ARN identifier of the Dataview.
-
#data_view_id ⇒ String
The unique identifier for the Dataview.
-
#dataset_id ⇒ String
Th unique identifier for the Dataview Dataset.
-
#destination_type_properties ⇒ Types::DataViewDestinationTypeParams
Information about the Dataview destination.
-
#error_info ⇒ Types::DataViewErrorInfo
The structure with error messages.
-
#last_modified_time ⇒ Integer
The last time that a Dataview was modified.
-
#partition_columns ⇒ Array<String>
Ordered set of column names used to partition data.
-
#sort_columns ⇒ Array<String>
Columns to be used for sorting the data.
-
#status ⇒ String
The status of a Dataview creation.
Instance Attribute Details
#as_of_timestamp ⇒ Integer
Time range to use for the Dataview. 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.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#auto_update ⇒ Boolean
The flag to indicate Dataview should be updated automatically.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Integer
The timestamp at which the Dataview 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.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#data_view_arn ⇒ String
The ARN identifier of the Dataview.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#data_view_id ⇒ String
The unique identifier for the Dataview.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#dataset_id ⇒ String
Th unique identifier for the Dataview Dataset.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#destination_type_properties ⇒ Types::DataViewDestinationTypeParams
Information about the Dataview destination.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#error_info ⇒ Types::DataViewErrorInfo
The structure with error messages.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Integer
The last time that a Dataview 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.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#partition_columns ⇒ Array<String>
Ordered set of column names used to partition data.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#sort_columns ⇒ Array<String>
Columns to be used for sorting the data.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a Dataview creation.
-
‘RUNNING` – Dataview creation is running.
-
‘STARTING` – Dataview creation is starting.
-
‘FAILED` – Dataview creation has failed.
-
‘CANCELLED` – Dataview creation has been cancelled.
-
‘TIMEOUT` – Dataview creation has timed out.
-
‘SUCCESS` – Dataview creation has succeeded.
-
‘PENDING` – Dataview creation is pending.
-
‘FAILED_CLEANUP_FAILED` – Dataview creation failed and resource cleanup failed.
875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 |
# File 'lib/aws-sdk-finspacedata/types.rb', line 875 class DataViewSummary < Struct.new( :data_view_id, :data_view_arn, :dataset_id, :as_of_timestamp, :partition_columns, :sort_columns, :status, :error_info, :destination_type_properties, :auto_update, :create_time, :last_modified_time) SENSITIVE = [] include Aws::Structure end |