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]

[src]

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

impl Debug for CancelSchemaExtensionRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for CancelSchemaExtensionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more