Class: Aws::Personalize::Types::CreateSchemaResponse

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

#schema_arnString

The Amazon Resource Name (ARN) of the created schema.

Returns:

  • (String)


1519
1520
1521
1522
1523
# File 'lib/aws-sdk-personalize/types.rb', line 1519

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