#[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 more