Class: Aws::DirectoryService::Types::ListSchemaExtensionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectoryService::Types::ListSchemaExtensionsResult
- Defined in:
- gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If not null, more results are available.
-
#schema_extensions_info ⇒ Array<Types::SchemaExtensionInfo>
Information about the schema extensions applied to the directory.
Instance Attribute Details
#next_token ⇒ String
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.
4195 4196 4197 4198 4199 4200 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4195 class ListSchemaExtensionsResult < Struct.new( :schema_extensions_info, :next_token) SENSITIVE = [] include Aws::Structure end |
#schema_extensions_info ⇒ Array<Types::SchemaExtensionInfo>
Information about the schema extensions applied to the directory.
4195 4196 4197 4198 4199 4200 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 4195 class ListSchemaExtensionsResult < Struct.new( :schema_extensions_info, :next_token) SENSITIVE = [] include Aws::Structure end |