Class: Aws::Personalize::Types::DescribeDatasetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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 to describe.

Returns:

  • (String)


3147
3148
3149
3150
3151
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3147

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