Struct aws_sdk_iot::model::OpenSearchAction
source · #[non_exhaustive]pub struct OpenSearchAction { /* private fields */ }
Expand description
Describes an action that writes data to an Amazon OpenSearch Service domain.
Implementations§
source§impl OpenSearchAction
impl OpenSearchAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture OpenSearchAction
.
Trait Implementations§
source§impl Clone for OpenSearchAction
impl Clone for OpenSearchAction
source§fn clone(&self) -> OpenSearchAction
fn clone(&self) -> OpenSearchAction
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 OpenSearchAction
impl Debug for OpenSearchAction
source§impl PartialEq<OpenSearchAction> for OpenSearchAction
impl PartialEq<OpenSearchAction> for OpenSearchAction
source§fn eq(&self, other: &OpenSearchAction) -> bool
fn eq(&self, other: &OpenSearchAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.