Class: Aws::CloudDirectory::Types::CreateSchemaRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::CreateSchemaRequest
- Defined in:
- gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb
Overview
Note:
When making an API call, you may pass CreateSchemaRequest data as a hash:
{
name: "SchemaName", # required
}
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.
4051 4052 4053 4054 4055 |
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4051 class CreateSchemaRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |