pub struct GetInstanceProfileResponse {
pub instance_profile: InstanceProfile,
}Expand description
IAM GetInstanceProfileResponse.
Fields§
§instance_profile: InstanceProfileTrait Implementations§
Source§impl Clone for GetInstanceProfileResponse
impl Clone for GetInstanceProfileResponse
Source§fn clone(&self) -> GetInstanceProfileResponse
fn clone(&self) -> GetInstanceProfileResponse
Returns a duplicate 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 GetInstanceProfileResponse
impl Debug for GetInstanceProfileResponse
Source§impl Default for GetInstanceProfileResponse
impl Default for GetInstanceProfileResponse
Source§fn default() -> GetInstanceProfileResponse
fn default() -> GetInstanceProfileResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetInstanceProfileResponse
impl<'de> Deserialize<'de> for GetInstanceProfileResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GetInstanceProfileResponse
impl RefUnwindSafe for GetInstanceProfileResponse
impl Send for GetInstanceProfileResponse
impl Sync for GetInstanceProfileResponse
impl Unpin for GetInstanceProfileResponse
impl UnsafeUnpin for GetInstanceProfileResponse
impl UnwindSafe for GetInstanceProfileResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more