Struct aws_sdk_sesv2::operation::put_dedicated_ip_pool_scaling_attributes::PutDedicatedIpPoolScalingAttributesInput
source · #[non_exhaustive]pub struct PutDedicatedIpPoolScalingAttributesInput {
pub pool_name: Option<String>,
pub scaling_mode: Option<ScalingMode>,
}Expand description
A request to convert a dedicated IP pool to a different scaling mode.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.pool_name: Option<String>The name of the dedicated IP pool.
scaling_mode: Option<ScalingMode>The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED to STANDARD is not supported.
Implementations§
source§impl PutDedicatedIpPoolScalingAttributesInput
impl PutDedicatedIpPoolScalingAttributesInput
sourcepub fn scaling_mode(&self) -> Option<&ScalingMode>
pub fn scaling_mode(&self) -> Option<&ScalingMode>
The scaling mode to apply to the dedicated IP pool.
Changing the scaling mode from MANAGED to STANDARD is not supported.
source§impl PutDedicatedIpPoolScalingAttributesInput
impl PutDedicatedIpPoolScalingAttributesInput
sourcepub fn builder() -> PutDedicatedIpPoolScalingAttributesInputBuilder
pub fn builder() -> PutDedicatedIpPoolScalingAttributesInputBuilder
Creates a new builder-style object to manufacture PutDedicatedIpPoolScalingAttributesInput.
Trait Implementations§
source§impl Clone for PutDedicatedIpPoolScalingAttributesInput
impl Clone for PutDedicatedIpPoolScalingAttributesInput
source§fn clone(&self) -> PutDedicatedIpPoolScalingAttributesInput
fn clone(&self) -> PutDedicatedIpPoolScalingAttributesInput
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 for PutDedicatedIpPoolScalingAttributesInput
impl PartialEq for PutDedicatedIpPoolScalingAttributesInput
source§fn eq(&self, other: &PutDedicatedIpPoolScalingAttributesInput) -> bool
fn eq(&self, other: &PutDedicatedIpPoolScalingAttributesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutDedicatedIpPoolScalingAttributesInput
Auto Trait Implementations§
impl RefUnwindSafe for PutDedicatedIpPoolScalingAttributesInput
impl Send for PutDedicatedIpPoolScalingAttributesInput
impl Sync for PutDedicatedIpPoolScalingAttributesInput
impl Unpin for PutDedicatedIpPoolScalingAttributesInput
impl UnwindSafe for PutDedicatedIpPoolScalingAttributesInput
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.