Class: Aws::Finspace::Types::KxChangesetListEntry

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

Overview

Details of changeset.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_from_timestampTime

Beginning time from which the changeset is active. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Time)


3046
3047
3048
3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3046

class KxChangesetListEntry < Struct.new(
  :changeset_id,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#changeset_idString

A unique identifier for the changeset.

Returns:

  • (String)


3046
3047
3048
3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3046

class KxChangesetListEntry < Struct.new(
  :changeset_id,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#created_timestampTime

The timestamp at which the changeset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Time)


3046
3047
3048
3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3046

class KxChangesetListEntry < Struct.new(
  :changeset_id,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timestampTime

The timestamp at which the changeset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Returns:

  • (Time)


3046
3047
3048
3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3046

class KxChangesetListEntry < Struct.new(
  :changeset_id,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the changeset.

  • Pending – Changeset creation is pending.

  • Processing – Changeset creation is running.

  • Failed – Changeset creation has failed.

  • Complete – Changeset creation has succeeded.

Returns:

  • (String)


3046
3047
3048
3049
3050
3051
3052
3053
3054
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3046

class KxChangesetListEntry < Struct.new(
  :changeset_id,
  :created_timestamp,
  :active_from_timestamp,
  :last_modified_timestamp,
  :status)
  SENSITIVE = []
  include Aws::Structure
end