Struct aws_sdk_rekognition::input::StopProjectVersionInput
source · [−]#[non_exhaustive]pub struct StopProjectVersionInput { /* private fields */ }Implementations
sourceimpl StopProjectVersionInput
impl StopProjectVersionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopProjectVersion, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopProjectVersion, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopProjectVersion>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopProjectVersionInput.
sourceimpl StopProjectVersionInput
impl StopProjectVersionInput
sourcepub fn project_version_arn(&self) -> Option<&str>
pub fn project_version_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the model version that you want to delete.
This operation requires permissions to perform the rekognition:StopProjectVersion action.
Trait Implementations
sourceimpl Clone for StopProjectVersionInput
impl Clone for StopProjectVersionInput
sourcefn clone(&self) -> StopProjectVersionInput
fn clone(&self) -> StopProjectVersionInput
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 StopProjectVersionInput
impl Debug for StopProjectVersionInput
sourceimpl PartialEq<StopProjectVersionInput> for StopProjectVersionInput
impl PartialEq<StopProjectVersionInput> for StopProjectVersionInput
sourcefn eq(&self, other: &StopProjectVersionInput) -> bool
fn eq(&self, other: &StopProjectVersionInput) -> bool
impl StructuralPartialEq for StopProjectVersionInput
Auto Trait Implementations
impl RefUnwindSafe for StopProjectVersionInput
impl Send for StopProjectVersionInput
impl Sync for StopProjectVersionInput
impl Unpin for StopProjectVersionInput
impl UnwindSafe for StopProjectVersionInput
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