Class: Aws::Comprehend::Types::CreateDatasetResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_arnString

The ARN of the dataset.

Returns:

  • (String)


1001
1002
1003
1004
1005
# File 'lib/aws-sdk-comprehend/types.rb', line 1001

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