Struct aws_sdk_ec2::operation::purchase_scheduled_instances::PurchaseScheduledInstancesOutput
source · #[non_exhaustive]pub struct PurchaseScheduledInstancesOutput { /* private fields */ }
Expand description
Contains the output of PurchaseScheduledInstances.
Implementations§
source§impl PurchaseScheduledInstancesOutput
impl PurchaseScheduledInstancesOutput
sourcepub fn scheduled_instance_set(&self) -> Option<&[ScheduledInstance]>
pub fn scheduled_instance_set(&self) -> Option<&[ScheduledInstance]>
Information about the Scheduled Instances.
source§impl PurchaseScheduledInstancesOutput
impl PurchaseScheduledInstancesOutput
sourcepub fn builder() -> PurchaseScheduledInstancesOutputBuilder
pub fn builder() -> PurchaseScheduledInstancesOutputBuilder
Creates a new builder-style object to manufacture PurchaseScheduledInstancesOutput
.
Trait Implementations§
source§impl Clone for PurchaseScheduledInstancesOutput
impl Clone for PurchaseScheduledInstancesOutput
source§fn clone(&self) -> PurchaseScheduledInstancesOutput
fn clone(&self) -> PurchaseScheduledInstancesOutput
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<PurchaseScheduledInstancesOutput> for PurchaseScheduledInstancesOutput
impl PartialEq<PurchaseScheduledInstancesOutput> for PurchaseScheduledInstancesOutput
source§fn eq(&self, other: &PurchaseScheduledInstancesOutput) -> bool
fn eq(&self, other: &PurchaseScheduledInstancesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for PurchaseScheduledInstancesOutput
impl RequestId for PurchaseScheduledInstancesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for PurchaseScheduledInstancesOutput
Auto Trait Implementations§
impl RefUnwindSafe for PurchaseScheduledInstancesOutput
impl Send for PurchaseScheduledInstancesOutput
impl Sync for PurchaseScheduledInstancesOutput
impl Unpin for PurchaseScheduledInstancesOutput
impl UnwindSafe for PurchaseScheduledInstancesOutput
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