Struct rusoto_ds::CancelSchemaExtensionRequest[][src]

pub struct CancelSchemaExtensionRequest {
    pub directory_id: String,
    pub schema_extension_id: String,
}

Fields

The identifier of the directory whose schema extension will be canceled.

The identifier of the schema extension that will be canceled.

Trait Implementations

impl Default for CancelSchemaExtensionRequest
[src]

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

impl Debug for CancelSchemaExtensionRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CancelSchemaExtensionRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CancelSchemaExtensionRequest
[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