#[non_exhaustive]pub struct UpdateInstanceProfileOutput { /* private fields */ }Implementations
sourceimpl UpdateInstanceProfileOutput
impl UpdateInstanceProfileOutput
sourcepub fn instance_profile(&self) -> Option<&InstanceProfile>
pub fn instance_profile(&self) -> Option<&InstanceProfile>
An object that contains information about your instance profile.
sourceimpl UpdateInstanceProfileOutput
impl UpdateInstanceProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateInstanceProfileOutput.
Trait Implementations
sourceimpl Clone for UpdateInstanceProfileOutput
impl Clone for UpdateInstanceProfileOutput
sourcefn clone(&self) -> UpdateInstanceProfileOutput
fn clone(&self) -> UpdateInstanceProfileOutput
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 UpdateInstanceProfileOutput
impl Debug for UpdateInstanceProfileOutput
sourceimpl PartialEq<UpdateInstanceProfileOutput> for UpdateInstanceProfileOutput
impl PartialEq<UpdateInstanceProfileOutput> for UpdateInstanceProfileOutput
sourcefn eq(&self, other: &UpdateInstanceProfileOutput) -> bool
fn eq(&self, other: &UpdateInstanceProfileOutput) -> bool
impl StructuralPartialEq for UpdateInstanceProfileOutput
Auto Trait Implementations
impl RefUnwindSafe for UpdateInstanceProfileOutput
impl Send for UpdateInstanceProfileOutput
impl Sync for UpdateInstanceProfileOutput
impl Unpin for UpdateInstanceProfileOutput
impl UnwindSafe for UpdateInstanceProfileOutput
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