Struct rusoto_cloudsearch::DeleteAnalysisSchemeRequest [] [src]

pub struct DeleteAnalysisSchemeRequest {
    pub analysis_scheme_name: StandardName,
    pub domain_name: DomainName,
}

Container for the parameters to the DeleteAnalysisScheme operation. Specifies the name of the domain you want to update and the analysis scheme you want to delete.

Fields

The name of the analysis scheme you want to delete.

Trait Implementations

impl Default for DeleteAnalysisSchemeRequest
[src]

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

impl Debug for DeleteAnalysisSchemeRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteAnalysisSchemeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more