Class: Aws::Personalize::Types::CreateSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::CreateSchemaResponse
- 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 created schema.
Instance Attribute Details
#schema_arn ⇒ String
The Amazon Resource Name (ARN) of the created schema.
1629 1630 1631 1632 1633 |
# File 'lib/aws-sdk-personalize/types.rb', line 1629 class CreateSchemaResponse < Struct.new( :schema_arn) SENSITIVE = [] include Aws::Structure end |