Class: Aws::CloudDirectory::Types::CreateSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::CreateSchemaRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name that is associated with the schema.
Instance Attribute Details
#name ⇒ String
The name that is associated with the schema. This is unique to each account and in each region.
2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 2284 class CreateSchemaRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |