Class: Aws::Finspace::Types::KxDataviewConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxDataviewConfiguration
- 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
-
#changeset_id ⇒ String
A unique identifier for the changeset.
-
#dataview_name ⇒ String
The unique identifier of the dataview.
-
#dataview_version_id ⇒ String
The version of the dataview corresponding to a given changeset.
-
#segment_configurations ⇒ Array<Types::KxDataviewSegmentConfiguration>
The db path and volume configuration for the segmented database.
Instance Attribute Details
#changeset_id ⇒ String
A unique identifier for the changeset.
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_name ⇒ String
The unique identifier of the dataview.
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_id ⇒ String
The version of the dataview corresponding to a given changeset.
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_configurations ⇒ Array<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 |