Struct aws_sdk_ec2::model::ByoipCidr
source · [−]#[non_exhaustive]pub struct ByoipCidr {
pub cidr: Option<String>,
pub description: Option<String>,
pub status_message: Option<String>,
pub state: Option<ByoipCidrState>,
}
Expand description
Information about an address range that is provisioned for use with your Amazon Web Services resources through bring your own IP addresses (BYOIP).
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.cidr: Option<String>
The address range, in CIDR notation.
description: Option<String>
The description of the address range.
status_message: Option<String>
Upon success, contains the ID of the address pool. Otherwise, contains an error message.
state: Option<ByoipCidrState>
The state of the address pool.
Implementations
The description of the address range.
Upon success, contains the ID of the address pool. Otherwise, contains an error message.
The state of the address pool.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ByoipCidr
impl UnwindSafe for ByoipCidr
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