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.
3278 3279 3280 3281 3282 3283 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3278 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.
3278 3279 3280 3281 3282 3283 |
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 3278 class ListSchemaExtensionsResult < Struct.new( :schema_extensions_info, :next_token) SENSITIVE = [] include Aws::Structure end |