Class: Aws::Finspace::Types::UpdateKxDataviewRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UpdateKxDataviewRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#changeset_id ⇒ String
A unique identifier for the changeset.
-
#client_token ⇒ String
A token that ensures idempotency.
-
#database_name ⇒ String
The name of the database.
-
#dataview_name ⇒ String
The name of the dataview that you want to update.
-
#description ⇒ String
The description for a dataview.
-
#environment_id ⇒ String
A unique identifier for the kdb environment, where you want to update the dataview.
-
#segment_configurations ⇒ Array<Types::KxDataviewSegmentConfiguration>
The configuration that contains the database path of the data that you want to place on each selected volume.
Instance Attribute Details
#changeset_id ⇒ String
A unique identifier for the changeset.
5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-finspace/types.rb', line 5018 class UpdateKxDataviewRequest < Struct.new( :environment_id, :database_name, :dataview_name, :description, :changeset_id, :segment_configurations, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A token that ensures idempotency. This token expires in 10 minutes.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-finspace/types.rb', line 5018 class UpdateKxDataviewRequest < Struct.new( :environment_id, :database_name, :dataview_name, :description, :changeset_id, :segment_configurations, :client_token) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database.
5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-finspace/types.rb', line 5018 class UpdateKxDataviewRequest < Struct.new( :environment_id, :database_name, :dataview_name, :description, :changeset_id, :segment_configurations, :client_token) SENSITIVE = [] include Aws::Structure end |
#dataview_name ⇒ String
The name of the dataview that you want to update.
5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-finspace/types.rb', line 5018 class UpdateKxDataviewRequest < Struct.new( :environment_id, :database_name, :dataview_name, :description, :changeset_id, :segment_configurations, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for a dataview.
5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-finspace/types.rb', line 5018 class UpdateKxDataviewRequest < Struct.new( :environment_id, :database_name, :dataview_name, :description, :changeset_id, :segment_configurations, :client_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment, where you want to update the dataview.
5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-finspace/types.rb', line 5018 class UpdateKxDataviewRequest < Struct.new( :environment_id, :database_name, :dataview_name, :description, :changeset_id, :segment_configurations, :client_token) 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.
5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 |
# File 'lib/aws-sdk-finspace/types.rb', line 5018 class UpdateKxDataviewRequest < Struct.new( :environment_id, :database_name, :dataview_name, :description, :changeset_id, :segment_configurations, :client_token) SENSITIVE = [] include Aws::Structure end |