Class: Aws::DirectoryService::Types::StartSchemaExtensionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::StartSchemaExtensionResult
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_extension_id ⇒ String
The identifier of the schema extension that will be applied.
Instance Attribute Details
#schema_extension_id ⇒ String
The identifier of the schema extension that will be applied.
4177 4178 4179 4180 4181 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4177 class StartSchemaExtensionResult < Struct.new( :schema_extension_id) SENSITIVE = [] include Aws::Structure end |