#[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() -> Builder
pub fn builder() -> Builder
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 more