Class: Aws::Finspace::Types::KxDataviewConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

The structure that stores the configuration details of a dataview.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#changeset_idString

A unique identifier for the changeset.

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3407

class KxDataviewConfiguration < Struct.new(
  :dataview_name,
  :dataview_version_id,
  :changeset_id,
  :segment_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#dataview_nameString

The unique identifier of the dataview.

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3407

class KxDataviewConfiguration < Struct.new(
  :dataview_name,
  :dataview_version_id,
  :changeset_id,
  :segment_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#dataview_version_idString

The version of the dataview corresponding to a given changeset.

Returns:

  • (String)


3407
3408
3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3407

class KxDataviewConfiguration < Struct.new(
  :dataview_name,
  :dataview_version_id,
  :changeset_id,
  :segment_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#segment_configurationsArray<Types::KxDataviewSegmentConfiguration>

The db path and volume configuration for the segmented database.



3407
3408
3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3407

class KxDataviewConfiguration < Struct.new(
  :dataview_name,
  :dataview_version_id,
  :changeset_id,
  :segment_configurations)
  SENSITIVE = []
  include Aws::Structure
end