#[non_exhaustive]pub struct GetInstanceProfileOutput { /* private fields */ }
Expand description
Contains the response to a successful GetInstanceProfile
request.
Implementations§
source§impl GetInstanceProfileOutput
impl GetInstanceProfileOutput
sourcepub fn instance_profile(&self) -> Option<&InstanceProfile>
pub fn instance_profile(&self) -> Option<&InstanceProfile>
A structure containing details about the instance profile.
source§impl GetInstanceProfileOutput
impl GetInstanceProfileOutput
sourcepub fn builder() -> GetInstanceProfileOutputBuilder
pub fn builder() -> GetInstanceProfileOutputBuilder
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 ==
.source§impl RequestId for GetInstanceProfileOutput
impl RequestId for GetInstanceProfileOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.