#[non_exhaustive]pub struct UpdateInstanceProfileOutput { /* private fields */ }Implementations§
source§impl 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.
source§impl UpdateInstanceProfileOutput
impl UpdateInstanceProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateInstanceProfileOutput.
Trait Implementations§
source§impl Clone for UpdateInstanceProfileOutput
impl Clone for UpdateInstanceProfileOutput
source§fn clone(&self) -> UpdateInstanceProfileOutput
fn clone(&self) -> UpdateInstanceProfileOutput
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 UpdateInstanceProfileOutput
impl Debug for UpdateInstanceProfileOutput
source§impl PartialEq<UpdateInstanceProfileOutput> for UpdateInstanceProfileOutput
impl PartialEq<UpdateInstanceProfileOutput> for UpdateInstanceProfileOutput
source§fn eq(&self, other: &UpdateInstanceProfileOutput) -> bool
fn eq(&self, other: &UpdateInstanceProfileOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.