Class: Aws::Personalize::Types::DescribeSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema to retrieve.
Instance Attribute Details
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the schema to retrieve.
3316 3317 3318 3319 3320 |
# File 'lib/aws-sdk-personalize/types.rb', line 3316 class DescribeSchemaRequest < Struct.new( :schema_arn) SENSITIVE = [] include Aws::Structure end |