Class: Aws::Finspace::Types::GetKxChangesetRequest

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 of the changeset for which you want to retrieve data.

Returns:

  • (String)


1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1948

class GetKxChangesetRequest < Struct.new(
  :environment_id,
  :database_name,
  :changeset_id)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the kdb database.

Returns:

  • (String)


1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1948

class GetKxChangesetRequest < Struct.new(
  :environment_id,
  :database_name,
  :changeset_id)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


1948
1949
1950
1951
1952
1953
1954
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 1948

class GetKxChangesetRequest < Struct.new(
  :environment_id,
  :database_name,
  :changeset_id)
  SENSITIVE = []
  include Aws::Structure
end