Class: Aws::FinSpaceData::Types::UpdateChangesetResponse

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

Overview

The response from a update changeset operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#changeset_idString

The unique identifier for the Changeset to update.

Returns:

  • (String)


2419
2420
2421
2422
2423
2424
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 2419

class UpdateChangesetResponse < Struct.new(
  :changeset_id,
  :dataset_id)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_idString

The unique identifier for the FinSpace Dataset in which the Changeset is created.

Returns:

  • (String)


2419
2420
2421
2422
2423
2424
# File 'gems/aws-sdk-finspacedata/lib/aws-sdk-finspacedata/types.rb', line 2419

class UpdateChangesetResponse < Struct.new(
  :changeset_id,
  :dataset_id)
  SENSITIVE = []
  include Aws::Structure
end