Class: Aws::Rekognition::Types::UpdateDatasetEntriesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::UpdateDatasetEntriesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#changes ⇒ Types::DatasetChanges
The changes that you want to make to the dataset.
-
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to update.
Instance Attribute Details
#changes ⇒ Types::DatasetChanges
The changes that you want to make to the dataset.
8159 8160 8161 8162 8163 8164 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8159 class UpdateDatasetEntriesRequest < Struct.new( :dataset_arn, :changes) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Amazon Resource Name (ARN) of the dataset that you want to update.
8159 8160 8161 8162 8163 8164 |
# File 'lib/aws-sdk-rekognition/types.rb', line 8159 class UpdateDatasetEntriesRequest < Struct.new( :dataset_arn, :changes) SENSITIVE = [] include Aws::Structure end |