#[non_exhaustive]pub struct CreateInstanceProfileOutput { /* private fields */ }Implementations§
source§impl CreateInstanceProfileOutput
impl CreateInstanceProfileOutput
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 CreateInstanceProfileOutput
impl CreateInstanceProfileOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateInstanceProfileOutput.
Trait Implementations§
source§impl Clone for CreateInstanceProfileOutput
impl Clone for CreateInstanceProfileOutput
source§fn clone(&self) -> CreateInstanceProfileOutput
fn clone(&self) -> CreateInstanceProfileOutput
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