Struct aws_sdk_rekognition::output::CreateCollectionOutput
source · [−]#[non_exhaustive]pub struct CreateCollectionOutput { /* private fields */ }Implementations
sourceimpl CreateCollectionOutput
impl CreateCollectionOutput
sourcepub fn status_code(&self) -> Option<i32>
pub fn status_code(&self) -> Option<i32>
HTTP status code indicating the result of the operation.
sourcepub fn collection_arn(&self) -> Option<&str>
pub fn collection_arn(&self) -> Option<&str>
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
sourcepub fn face_model_version(&self) -> Option<&str>
pub fn face_model_version(&self) -> Option<&str>
Version number of the face detection model associated with the collection you are creating.
sourceimpl CreateCollectionOutput
impl CreateCollectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCollectionOutput.
Trait Implementations
sourceimpl Clone for CreateCollectionOutput
impl Clone for CreateCollectionOutput
sourcefn clone(&self) -> CreateCollectionOutput
fn clone(&self) -> CreateCollectionOutput
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 CreateCollectionOutput
impl Debug for CreateCollectionOutput
sourceimpl PartialEq<CreateCollectionOutput> for CreateCollectionOutput
impl PartialEq<CreateCollectionOutput> for CreateCollectionOutput
sourcefn eq(&self, other: &CreateCollectionOutput) -> bool
fn eq(&self, other: &CreateCollectionOutput) -> bool
impl StructuralPartialEq for CreateCollectionOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateCollectionOutput
impl Send for CreateCollectionOutput
impl Sync for CreateCollectionOutput
impl Unpin for CreateCollectionOutput
impl UnwindSafe for CreateCollectionOutput
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