Struct aws_sdk_ec2::model::ReservedInstancesModificationResult [−][src]
#[non_exhaustive]pub struct ReservedInstancesModificationResult {
pub reserved_instances_id: Option<String>,
pub target_configuration: Option<ReservedInstancesConfiguration>,
}
Expand description
Describes the modification request/s.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.reserved_instances_id: Option<String>
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.
target_configuration: Option<ReservedInstancesConfiguration>
The target Reserved Instances configurations supplied as part of the modification request.
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 target Reserved Instances configurations supplied as part of the modification request.
Creates a new builder-style object to manufacture ReservedInstancesModificationResult
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ReservedInstancesModificationResult
impl Sync for ReservedInstancesModificationResult
impl Unpin for ReservedInstancesModificationResult
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