Struct rusoto_cloudsearch::DeleteIndexFieldRequest[][src]

pub struct DeleteIndexFieldRequest {
    pub domain_name: String,
    pub index_field_name: String,
}

Container for the parameters to the DeleteIndexField operation. Specifies the name of the domain you want to update and the name of the index field you want to delete.

Fields

The name of the index field your want to remove from the domain's indexing options.

Trait Implementations

impl Default for DeleteIndexFieldRequest
[src]

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

impl Debug for DeleteIndexFieldRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteIndexFieldRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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