Class: Aws::DirectoryService::Types::StartSchemaExtensionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::StartSchemaExtensionResult
- Includes:
- Structure
- Defined in:
- 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.
4251 4252 4253 4254 4255 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 4251 class StartSchemaExtensionResult < Struct.new( :schema_extension_id) SENSITIVE = [] include Aws::Structure end |