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 more