Struct rusoto_cloudsearch::DefineIndexFieldResponse [] [src]

pub struct DefineIndexFieldResponse {
    pub index_field: IndexFieldStatus,
}

The result of a DefineIndexField request. Contains the status of the newly-configured index field.

Fields

Trait Implementations

impl Default for DefineIndexFieldResponse
[src]

[src]

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

impl Debug for DefineIndexFieldResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DefineIndexFieldResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more