#[non_exhaustive]pub struct CreateServiceInstanceOutput { /* private fields */ }
Implementations§
source§impl CreateServiceInstanceOutput
impl CreateServiceInstanceOutput
sourcepub fn service_instance(&self) -> Option<&ServiceInstance>
pub fn service_instance(&self) -> Option<&ServiceInstance>
The detailed data of the service instance being created.
source§impl CreateServiceInstanceOutput
impl CreateServiceInstanceOutput
sourcepub fn builder() -> CreateServiceInstanceOutputBuilder
pub fn builder() -> CreateServiceInstanceOutputBuilder
Creates a new builder-style object to manufacture CreateServiceInstanceOutput
.
Trait Implementations§
source§impl Clone for CreateServiceInstanceOutput
impl Clone for CreateServiceInstanceOutput
source§fn clone(&self) -> CreateServiceInstanceOutput
fn clone(&self) -> CreateServiceInstanceOutput
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 CreateServiceInstanceOutput
impl Debug for CreateServiceInstanceOutput
source§impl PartialEq<CreateServiceInstanceOutput> for CreateServiceInstanceOutput
impl PartialEq<CreateServiceInstanceOutput> for CreateServiceInstanceOutput
source§fn eq(&self, other: &CreateServiceInstanceOutput) -> bool
fn eq(&self, other: &CreateServiceInstanceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CreateServiceInstanceOutput
impl RequestId for CreateServiceInstanceOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.