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