Class: Aws::Finspace::Types::UpdateKxDataviewRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#changeset_idString

A unique identifier for the changeset.

Returns:

  • (String)


4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4993

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

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.

Returns:

  • (String)


4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4993

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database.

Returns:

  • (String)


4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4993

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#dataview_nameString

The name of the dataview that you want to update.

Returns:

  • (String)


4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4993

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for a dataview.

Returns:

  • (String)


4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4993

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment, where you want to update the dataview.

Returns:

  • (String)


4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4993

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  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.



4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4993

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end