Struct aws_sdk_opensearch::output::CreateDomainOutput
source · #[non_exhaustive]pub struct CreateDomainOutput { /* private fields */ }
Expand description
The result of a CreateDomain
operation. Contains the status of the newly created Amazon OpenSearch Service domain.
Implementations§
source§impl CreateDomainOutput
impl CreateDomainOutput
sourcepub fn domain_status(&self) -> Option<&DomainStatus>
pub fn domain_status(&self) -> Option<&DomainStatus>
The status of the newly created domain.
source§impl CreateDomainOutput
impl CreateDomainOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateDomainOutput
.
Trait Implementations§
source§impl Clone for CreateDomainOutput
impl Clone for CreateDomainOutput
source§fn clone(&self) -> CreateDomainOutput
fn clone(&self) -> CreateDomainOutput
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