Struct aws_sdk_cloudsearch::output::CreateDomainOutput
source · #[non_exhaustive]pub struct CreateDomainOutput { /* private fields */ }Expand description
The result of a CreateDomainRequest. Contains the status of a newly created domain.
Implementations§
source§impl CreateDomainOutput
impl CreateDomainOutput
sourcepub fn domain_status(&self) -> Option<&DomainStatus>
pub fn domain_status(&self) -> Option<&DomainStatus>
The current status of the search 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