#[non_exhaustive]pub struct GetDeploymentInstanceInput { /* private fields */ }
Expand description
Represents the input of a GetDeploymentInstance
operation.
Implementations
sourceimpl GetDeploymentInstanceInput
impl GetDeploymentInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeploymentInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetDeploymentInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetDeploymentInstance
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDeploymentInstanceInput
.
sourceimpl GetDeploymentInstanceInput
impl GetDeploymentInstanceInput
sourcepub fn deployment_id(&self) -> Option<&str>
pub fn deployment_id(&self) -> Option<&str>
The unique ID of a deployment.
sourcepub fn instance_id(&self) -> Option<&str>
pub fn instance_id(&self) -> Option<&str>
The unique ID of an instance in the deployment group.
Trait Implementations
sourceimpl Clone for GetDeploymentInstanceInput
impl Clone for GetDeploymentInstanceInput
sourcefn clone(&self) -> GetDeploymentInstanceInput
fn clone(&self) -> GetDeploymentInstanceInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetDeploymentInstanceInput
impl Debug for GetDeploymentInstanceInput
sourceimpl PartialEq<GetDeploymentInstanceInput> for GetDeploymentInstanceInput
impl PartialEq<GetDeploymentInstanceInput> for GetDeploymentInstanceInput
sourcefn eq(&self, other: &GetDeploymentInstanceInput) -> bool
fn eq(&self, other: &GetDeploymentInstanceInput) -> bool
impl StructuralPartialEq for GetDeploymentInstanceInput
Auto Trait Implementations
impl RefUnwindSafe for GetDeploymentInstanceInput
impl Send for GetDeploymentInstanceInput
impl Sync for GetDeploymentInstanceInput
impl Unpin for GetDeploymentInstanceInput
impl UnwindSafe for GetDeploymentInstanceInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more