Class: Aws::DirectoryService::Types::ListSchemaExtensionsResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If not null, more results are available. Pass this value for the ‘NextToken` parameter in a subsequent call to `ListSchemaExtensions` to retrieve the next set of items.

Returns:

  • (String)


3214
3215
3216
3217
3218
3219
# File 'lib/aws-sdk-directoryservice/types.rb', line 3214

class ListSchemaExtensionsResult < Struct.new(
  :schema_extensions_info,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#schema_extensions_infoArray<Types::SchemaExtensionInfo>

Information about the schema extensions applied to the directory.

Returns:



3214
3215
3216
3217
3218
3219
# File 'lib/aws-sdk-directoryservice/types.rb', line 3214

class ListSchemaExtensionsResult < Struct.new(
  :schema_extensions_info,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end