Class: Aws::Personalize::Types::UpdateDatasetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset you updated.

Returns:

  • (String)


5670
5671
5672
5673
5674
# File 'lib/aws-sdk-personalize/types.rb', line 5670

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