Class: Aws::Personalize::Types::DescribeSchemaRequest

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

Overview

Note:

When making an API call, you may pass DescribeSchemaRequest data as a hash:

{
  schema_arn: "Arn", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_arnString

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

Returns:

  • (String)


2270
2271
2272
2273
2274
# File 'lib/aws-sdk-personalize/types.rb', line 2270

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