Struct aws_sdk_elasticsearch::model::VpcDerivedInfoStatus
source · #[non_exhaustive]pub struct VpcDerivedInfoStatus { /* private fields */ }
Expand description
Status of the VPC options for the specified Elasticsearch domain.
Implementations§
source§impl VpcDerivedInfoStatus
impl VpcDerivedInfoStatus
sourcepub fn options(&self) -> Option<&VpcDerivedInfo>
pub fn options(&self) -> Option<&VpcDerivedInfo>
Specifies the VPC options for the specified Elasticsearch domain.
sourcepub fn status(&self) -> Option<&OptionStatus>
pub fn status(&self) -> Option<&OptionStatus>
Specifies the status of the VPC options for the specified Elasticsearch domain.
source§impl VpcDerivedInfoStatus
impl VpcDerivedInfoStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture VpcDerivedInfoStatus
.
Trait Implementations§
source§impl Clone for VpcDerivedInfoStatus
impl Clone for VpcDerivedInfoStatus
source§fn clone(&self) -> VpcDerivedInfoStatus
fn clone(&self) -> VpcDerivedInfoStatus
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 VpcDerivedInfoStatus
impl Debug for VpcDerivedInfoStatus
source§impl PartialEq<VpcDerivedInfoStatus> for VpcDerivedInfoStatus
impl PartialEq<VpcDerivedInfoStatus> for VpcDerivedInfoStatus
source§fn eq(&self, other: &VpcDerivedInfoStatus) -> bool
fn eq(&self, other: &VpcDerivedInfoStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.