Class: Aws::DirectoryService::Types::StartSchemaExtensionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_snapshot_before_schema_extensionBoolean

If true, creates a snapshot of the directory before applying the schema extension.

Returns:

  • (Boolean)


4172
4173
4174
4175
4176
4177
4178
4179
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4172

class StartSchemaExtensionRequest < Struct.new(
  :directory_id,
  :create_snapshot_before_schema_extension,
  :ldif_content,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description of the schema extension.

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
4178
4179
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4172

class StartSchemaExtensionRequest < Struct.new(
  :directory_id,
  :create_snapshot_before_schema_extension,
  :ldif_content,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#directory_idString

The identifier of the directory for which the schema extension will be applied to.

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
4178
4179
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4172

class StartSchemaExtensionRequest < Struct.new(
  :directory_id,
  :create_snapshot_before_schema_extension,
  :ldif_content,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#ldif_contentString

The LDIF file represented as a string. To construct the LdifContent string, precede each line as it would be formatted in an ldif file with \n. See the example request below for more details. The file size can be no larger than 1MB.

Returns:

  • (String)


4172
4173
4174
4175
4176
4177
4178
4179
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4172

class StartSchemaExtensionRequest < Struct.new(
  :directory_id,
  :create_snapshot_before_schema_extension,
  :ldif_content,
  :description)
  SENSITIVE = []
  include Aws::Structure
end