#[non_exhaustive]pub struct ScheduledInstancesIamInstanceProfile { /* private fields */ }Expand description
Describes an IAM instance profile for a Scheduled Instance.
Implementations§
source§impl ScheduledInstancesIamInstanceProfile
impl ScheduledInstancesIamInstanceProfile
sourcepub fn builder() -> ScheduledInstancesIamInstanceProfileBuilder
pub fn builder() -> ScheduledInstancesIamInstanceProfileBuilder
Creates a new builder-style object to manufacture ScheduledInstancesIamInstanceProfile.
Trait Implementations§
source§impl Clone for ScheduledInstancesIamInstanceProfile
impl Clone for ScheduledInstancesIamInstanceProfile
source§fn clone(&self) -> ScheduledInstancesIamInstanceProfile
fn clone(&self) -> ScheduledInstancesIamInstanceProfile
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 PartialEq<ScheduledInstancesIamInstanceProfile> for ScheduledInstancesIamInstanceProfile
impl PartialEq<ScheduledInstancesIamInstanceProfile> for ScheduledInstancesIamInstanceProfile
source§fn eq(&self, other: &ScheduledInstancesIamInstanceProfile) -> bool
fn eq(&self, other: &ScheduledInstancesIamInstanceProfile) -> bool
This method tests for
self and other values to be equal, and is used
by ==.