Class: Aws::DirectoryService::Types::ListSchemaExtensionsRequest

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

#directory_idString

The identifier of the directory from which to retrieve the schema extension information.

Returns:

  • (String)


3194
3195
3196
3197
3198
3199
3200
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3194

class ListSchemaExtensionsRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of items to return.

Returns:

  • (Integer)


3194
3195
3196
3197
3198
3199
3200
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3194

class ListSchemaExtensionsRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions. Pass null if this is the first call.

Returns:

  • (String)


3194
3195
3196
3197
3198
3199
3200
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3194

class ListSchemaExtensionsRequest < Struct.new(
  :directory_id,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end