Struct aws_sdk_ec2::model::reserved_instances_modification_result::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ReservedInstancesModificationResult
Implementations
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
The ID for the Reserved Instances that were created as part of the modification request. This field is only available when the modification is fulfilled.
The target Reserved Instances configurations supplied as part of the modification request.
The target Reserved Instances configurations supplied as part of the modification request.
Consumes the builder and constructs a ReservedInstancesModificationResult
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more