#[non_exhaustive]pub struct GetOnPremisesInstanceOutput { /* private fields */ }
Expand description
Represents the output of a GetOnPremisesInstance
operation.
Implementations§
source§impl GetOnPremisesInstanceOutput
impl GetOnPremisesInstanceOutput
sourcepub fn instance_info(&self) -> Option<&InstanceInfo>
pub fn instance_info(&self) -> Option<&InstanceInfo>
Information about the on-premises instance.
source§impl GetOnPremisesInstanceOutput
impl GetOnPremisesInstanceOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetOnPremisesInstanceOutput
.
Trait Implementations§
source§impl Clone for GetOnPremisesInstanceOutput
impl Clone for GetOnPremisesInstanceOutput
source§fn clone(&self) -> GetOnPremisesInstanceOutput
fn clone(&self) -> GetOnPremisesInstanceOutput
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 GetOnPremisesInstanceOutput
impl Debug for GetOnPremisesInstanceOutput
source§impl PartialEq<GetOnPremisesInstanceOutput> for GetOnPremisesInstanceOutput
impl PartialEq<GetOnPremisesInstanceOutput> for GetOnPremisesInstanceOutput
source§fn eq(&self, other: &GetOnPremisesInstanceOutput) -> bool
fn eq(&self, other: &GetOnPremisesInstanceOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.