Struct aws_sdk_ec2::model::TargetConfigurationRequest [−][src]
#[non_exhaustive]pub struct TargetConfigurationRequest {
pub instance_count: Option<i32>,
pub offering_id: Option<String>,
}
Expand description
Details about the target configuration.
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.instance_count: Option<i32>
The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
offering_id: Option<String>
The Convertible Reserved Instance offering ID.
Implementations
The number of instances the Convertible Reserved Instance offering can be applied to. This parameter is reserved and cannot be specified in a request
The Convertible Reserved Instance offering ID.
Creates a new builder-style object to manufacture TargetConfigurationRequest
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 RefUnwindSafe for TargetConfigurationRequest
impl Send for TargetConfigurationRequest
impl Sync for TargetConfigurationRequest
impl Unpin for TargetConfigurationRequest
impl UnwindSafe for TargetConfigurationRequest
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