Class: Aws::Finspace::Types::KxDataviewActiveVersion

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/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

Instance Attribute Details

#attached_clustersArray<String>

The list of clusters that are currently using this dataview.

Returns:

  • (Array<String>)


3377
3378
3379
3380
3381
3382
3383
3384
3385
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3377

class KxDataviewActiveVersion < Struct.new(
  :changeset_id,
  :segment_configurations,
  :attached_clusters,
  :created_timestamp,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#changeset_idString

A unique identifier for the changeset.

Returns:

  • (String)


3377
3378
3379
3380
3381
3382
3383
3384
3385
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3377

class KxDataviewActiveVersion < Struct.new(
  :changeset_id,
  :segment_configurations,
  :attached_clusters,
  :created_timestamp,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

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.

Returns:

  • (Time)


3377
3378
3379
3380
3381
3382
3383
3384
3385
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3377

class KxDataviewActiveVersion < Struct.new(
  :changeset_id,
  :segment_configurations,
  :attached_clusters,
  :created_timestamp,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#segment_configurationsArray<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.



3377
3378
3379
3380
3381
3382
3383
3384
3385
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3377

class KxDataviewActiveVersion < Struct.new(
  :changeset_id,
  :segment_configurations,
  :attached_clusters,
  :created_timestamp,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end

#version_idString

A unique identifier of the active version.

Returns:

  • (String)


3377
3378
3379
3380
3381
3382
3383
3384
3385
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3377

class KxDataviewActiveVersion < Struct.new(
  :changeset_id,
  :segment_configurations,
  :attached_clusters,
  :created_timestamp,
  :version_id)
  SENSITIVE = []
  include Aws::Structure
end