pub struct CreateInstanceProfileInput {
pub instance_profile_name: String,
pub path: Option<String>,
pub tags: Vec<Tag>,
}Expand description
IAM CreateInstanceProfileInput.
Fields§
§instance_profile_name: String§path: Option<String>Trait Implementations§
Source§impl Clone for CreateInstanceProfileInput
impl Clone for CreateInstanceProfileInput
Source§fn clone(&self) -> CreateInstanceProfileInput
fn clone(&self) -> CreateInstanceProfileInput
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 CreateInstanceProfileInput
impl Debug for CreateInstanceProfileInput
Source§impl Default for CreateInstanceProfileInput
impl Default for CreateInstanceProfileInput
Source§fn default() -> CreateInstanceProfileInput
fn default() -> CreateInstanceProfileInput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateInstanceProfileInput
impl<'de> Deserialize<'de> for CreateInstanceProfileInput
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 CreateInstanceProfileInput
impl RefUnwindSafe for CreateInstanceProfileInput
impl Send for CreateInstanceProfileInput
impl Sync for CreateInstanceProfileInput
impl Unpin for CreateInstanceProfileInput
impl UnsafeUnpin for CreateInstanceProfileInput
impl UnwindSafe for CreateInstanceProfileInput
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