Class: Aws::Rekognition::Types::UpdateDatasetEntriesRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#changesTypes::DatasetChanges

The changes that you want to make to the dataset.



8159
8160
8161
8162
8163
8164
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8159

class UpdateDatasetEntriesRequest < Struct.new(
  :dataset_arn,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset that you want to update.

Returns:

  • (String)


8159
8160
8161
8162
8163
8164
# File 'gems/aws-sdk-rekognition/lib/aws-sdk-rekognition/types.rb', line 8159

class UpdateDatasetEntriesRequest < Struct.new(
  :dataset_arn,
  :changes)
  SENSITIVE = []
  include Aws::Structure
end