Class: Aws::CloudDirectory::Types::CreateSchemaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::CreateSchemaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema.
Instance Attribute Details
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
2297 2298 2299 2300 2301 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2297 class CreateSchemaResponse < Struct.new( :schema_arn) SENSITIVE = [] include Aws::Structure end |