Struct rusoto_ds::ListSchemaExtensionsResult[][src]

pub struct ListSchemaExtensionsResult {
    pub next_token: Option<String>,
    pub schema_extensions_info: Option<Vec<SchemaExtensionInfo>>,
}

Fields

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.

Information about the schema extensions applied to the directory.

Trait Implementations

impl Default for ListSchemaExtensionsResult
[src]

Returns the "default value" for a type. Read more

impl Debug for ListSchemaExtensionsResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ListSchemaExtensionsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListSchemaExtensionsResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations