Class: Aws::DirectoryService::Types::CancelSchemaExtensionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::CancelSchemaExtensionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_id ⇒ String
The identifier of the directory whose schema extension will be canceled.
-
#schema_extension_id ⇒ String
The identifier of the schema extension that will be canceled.
Instance Attribute Details
#directory_id ⇒ String
The identifier of the directory whose schema extension will be canceled.
253 254 255 256 257 258 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 253 class CancelSchemaExtensionRequest < Struct.new( :directory_id, :schema_extension_id) SENSITIVE = [] include Aws::Structure end |
#schema_extension_id ⇒ String
The identifier of the schema extension that will be canceled.
253 254 255 256 257 258 |
# File 'lib/aws-sdk-directoryservice/types.rb', line 253 class CancelSchemaExtensionRequest < Struct.new( :directory_id, :schema_extension_id) SENSITIVE = [] include Aws::Structure end |