Class: Aws::Personalize::Types::DeleteSchemaRequest

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

#schema_arnString

The Amazon Resource Name (ARN) of the schema to delete.

Returns:

  • (String)


2704
2705
2706
2707
2708
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2704

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