Class: Aws::Finspace::Types::KxDataviewActiveVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxDataviewActiveVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
The active version of the dataview that is currently in use by this cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attached_clusters ⇒ Array<String>
The list of clusters that are currently using this dataview.
-
#changeset_id ⇒ String
A unique identifier for the changeset.
-
#created_timestamp ⇒ Time
The timestamp at which the dataview version was active.
-
#segment_configurations ⇒ Array<Types::KxDataviewSegmentConfiguration>
The configuration that contains the database path of the data that you want to place on each selected volume.
-
#version_id ⇒ String
A unique identifier of the active version.
Instance Attribute Details
#attached_clusters ⇒ Array<String>
The list of clusters that are currently using this dataview.
3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-finspace/types.rb', line 3393 class KxDataviewActiveVersion < Struct.new( :changeset_id, :segment_configurations, :attached_clusters, :created_timestamp, :version_id) SENSITIVE = [] include Aws::Structure end |
#changeset_id ⇒ String
A unique identifier for the changeset.
3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-finspace/types.rb', line 3393 class KxDataviewActiveVersion < Struct.new( :changeset_id, :segment_configurations, :attached_clusters, :created_timestamp, :version_id) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp at which the dataview version was active. 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.
3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-finspace/types.rb', line 3393 class KxDataviewActiveVersion < Struct.new( :changeset_id, :segment_configurations, :attached_clusters, :created_timestamp, :version_id) SENSITIVE = [] include Aws::Structure end |
#segment_configurations ⇒ Array<Types::KxDataviewSegmentConfiguration>
The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.
3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-finspace/types.rb', line 3393 class KxDataviewActiveVersion < Struct.new( :changeset_id, :segment_configurations, :attached_clusters, :created_timestamp, :version_id) SENSITIVE = [] include Aws::Structure end |
#version_id ⇒ String
A unique identifier of the active version.
3393 3394 3395 3396 3397 3398 3399 3400 3401 |
# File 'lib/aws-sdk-finspace/types.rb', line 3393 class KxDataviewActiveVersion < Struct.new( :changeset_id, :segment_configurations, :attached_clusters, :created_timestamp, :version_id) SENSITIVE = [] include Aws::Structure end |