pub struct LaunchTemplateIamInstanceProfileSpecificationRequest {
pub arn: Option<String>,
pub name: Option<String>,
}Expand description
An IAM instance profile.
Fields§
§arn: Option<String>The Amazon Resource Name (ARN) of the instance profile.
name: Option<String>The name of the instance profile.
Trait Implementations§
Source§impl Clone for LaunchTemplateIamInstanceProfileSpecificationRequest
impl Clone for LaunchTemplateIamInstanceProfileSpecificationRequest
Source§fn clone(&self) -> LaunchTemplateIamInstanceProfileSpecificationRequest
fn clone(&self) -> LaunchTemplateIamInstanceProfileSpecificationRequest
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 Default for LaunchTemplateIamInstanceProfileSpecificationRequest
impl Default for LaunchTemplateIamInstanceProfileSpecificationRequest
Source§fn default() -> LaunchTemplateIamInstanceProfileSpecificationRequest
fn default() -> LaunchTemplateIamInstanceProfileSpecificationRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for LaunchTemplateIamInstanceProfileSpecificationRequest
impl PartialEq for LaunchTemplateIamInstanceProfileSpecificationRequest
Source§fn eq(
&self,
other: &LaunchTemplateIamInstanceProfileSpecificationRequest,
) -> bool
fn eq( &self, other: &LaunchTemplateIamInstanceProfileSpecificationRequest, ) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LaunchTemplateIamInstanceProfileSpecificationRequest
Auto Trait Implementations§
impl Freeze for LaunchTemplateIamInstanceProfileSpecificationRequest
impl RefUnwindSafe for LaunchTemplateIamInstanceProfileSpecificationRequest
impl Send for LaunchTemplateIamInstanceProfileSpecificationRequest
impl Sync for LaunchTemplateIamInstanceProfileSpecificationRequest
impl Unpin for LaunchTemplateIamInstanceProfileSpecificationRequest
impl UnwindSafe for LaunchTemplateIamInstanceProfileSpecificationRequest
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