#[non_exhaustive]pub struct PurchaseReservedDbInstancesOfferingInput { /* private fields */ }Expand description
Implementations
sourceimpl PurchaseReservedDbInstancesOfferingInput
impl PurchaseReservedDbInstancesOfferingInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurchaseReservedDBInstancesOffering, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PurchaseReservedDBInstancesOffering, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PurchaseReservedDBInstancesOffering>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PurchaseReservedDbInstancesOfferingInput.
sourceimpl PurchaseReservedDbInstancesOfferingInput
impl PurchaseReservedDbInstancesOfferingInput
sourcepub fn reserved_db_instances_offering_id(&self) -> Option<&str>
pub fn reserved_db_instances_offering_id(&self) -> Option<&str>
The ID of the Reserved DB instance offering to purchase.
Example: 438012d3-4052-4cc7-b2e3-8d3372e0e706
sourcepub fn reserved_db_instance_id(&self) -> Option<&str>
pub fn reserved_db_instance_id(&self) -> Option<&str>
Customer-specified identifier to track this reservation.
Example: myreservationID
sourcepub fn db_instance_count(&self) -> Option<i32>
pub fn db_instance_count(&self) -> Option<i32>
The number of instances to reserve.
Default: 1
A list of tags. For more information, see Tagging Amazon RDS Resources in the Amazon RDS User Guide.
Trait Implementations
sourceimpl Clone for PurchaseReservedDbInstancesOfferingInput
impl Clone for PurchaseReservedDbInstancesOfferingInput
sourcefn clone(&self) -> PurchaseReservedDbInstancesOfferingInput
fn clone(&self) -> PurchaseReservedDbInstancesOfferingInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<PurchaseReservedDbInstancesOfferingInput> for PurchaseReservedDbInstancesOfferingInput
impl PartialEq<PurchaseReservedDbInstancesOfferingInput> for PurchaseReservedDbInstancesOfferingInput
sourcefn eq(&self, other: &PurchaseReservedDbInstancesOfferingInput) -> bool
fn eq(&self, other: &PurchaseReservedDbInstancesOfferingInput) -> bool
impl StructuralPartialEq for PurchaseReservedDbInstancesOfferingInput
Auto Trait Implementations
impl RefUnwindSafe for PurchaseReservedDbInstancesOfferingInput
impl Send for PurchaseReservedDbInstancesOfferingInput
impl Sync for PurchaseReservedDbInstancesOfferingInput
impl Unpin for PurchaseReservedDbInstancesOfferingInput
impl UnwindSafe for PurchaseReservedDbInstancesOfferingInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more