Method: Aws::Personalize::Types::DescribeSchemaRequest#schema_arn

Defined in:
lib/aws-sdk-personalize/types.rb

#schema_arnString

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

Returns:

  • (String)


3358
3359
3360
3361
3362
# File 'lib/aws-sdk-personalize/types.rb', line 3358

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