Method: Aws::Personalize::Types::DescribeSchemaRequest#schema_arn
- Defined in:
- lib/aws-sdk-personalize/types.rb
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema to retrieve.
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 |