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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-finspace/types.rb', line 3423

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)


3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-finspace/types.rb', line 3423

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)


3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-finspace/types.rb', line 3423

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.



3423
3424
3425
3426
3427
3428
3429
3430
# File 'lib/aws-sdk-finspace/types.rb', line 3423

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