Struct aws_sdk_cloudsearch::output::IndexDocumentsOutput
source · #[non_exhaustive]pub struct IndexDocumentsOutput { /* private fields */ }Expand description
The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.
Implementations§
source§impl IndexDocumentsOutput
impl IndexDocumentsOutput
sourcepub fn field_names(&self) -> Option<&[String]>
pub fn field_names(&self) -> Option<&[String]>
The names of the fields that are currently being indexed.
source§impl IndexDocumentsOutput
impl IndexDocumentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IndexDocumentsOutput.
Trait Implementations§
source§impl Clone for IndexDocumentsOutput
impl Clone for IndexDocumentsOutput
source§fn clone(&self) -> IndexDocumentsOutput
fn clone(&self) -> IndexDocumentsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IndexDocumentsOutput
impl Debug for IndexDocumentsOutput
source§impl PartialEq<IndexDocumentsOutput> for IndexDocumentsOutput
impl PartialEq<IndexDocumentsOutput> for IndexDocumentsOutput
source§fn eq(&self, other: &IndexDocumentsOutput) -> bool
fn eq(&self, other: &IndexDocumentsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.