Struct aws_sdk_elasticsearch::model::ColdStorageOptions
source · #[non_exhaustive]pub struct ColdStorageOptions { /* private fields */ }
Expand description
Specifies the configuration for cold storage options such as enabled
Implementations§
source§impl ColdStorageOptions
impl ColdStorageOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ColdStorageOptions
.
Trait Implementations§
source§impl Clone for ColdStorageOptions
impl Clone for ColdStorageOptions
source§fn clone(&self) -> ColdStorageOptions
fn clone(&self) -> ColdStorageOptions
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 ColdStorageOptions
impl Debug for ColdStorageOptions
source§impl PartialEq<ColdStorageOptions> for ColdStorageOptions
impl PartialEq<ColdStorageOptions> for ColdStorageOptions
source§fn eq(&self, other: &ColdStorageOptions) -> bool
fn eq(&self, other: &ColdStorageOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.