#[non_exhaustive]pub struct GetDedicatedIpsOutput {
pub dedicated_ips: Option<Vec<DedicatedIp>>,
pub next_token: Option<String>,
/* private fields */
}Expand description
Information about the dedicated IP addresses that are associated with your Amazon Web Services account.
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.dedicated_ips: Option<Vec<DedicatedIp>>A list of dedicated IP addresses that are associated with your Amazon Web Services account.
next_token: Option<String>A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
Implementations§
source§impl GetDedicatedIpsOutput
impl GetDedicatedIpsOutput
sourcepub fn dedicated_ips(&self) -> &[DedicatedIp]
pub fn dedicated_ips(&self) -> &[DedicatedIp]
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .dedicated_ips.is_none().
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
source§impl GetDedicatedIpsOutput
impl GetDedicatedIpsOutput
sourcepub fn builder() -> GetDedicatedIpsOutputBuilder
pub fn builder() -> GetDedicatedIpsOutputBuilder
Creates a new builder-style object to manufacture GetDedicatedIpsOutput.
Trait Implementations§
source§impl Clone for GetDedicatedIpsOutput
impl Clone for GetDedicatedIpsOutput
source§fn clone(&self) -> GetDedicatedIpsOutput
fn clone(&self) -> GetDedicatedIpsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for GetDedicatedIpsOutput
impl Debug for GetDedicatedIpsOutput
source§impl PartialEq for GetDedicatedIpsOutput
impl PartialEq for GetDedicatedIpsOutput
source§fn eq(&self, other: &GetDedicatedIpsOutput) -> bool
fn eq(&self, other: &GetDedicatedIpsOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDedicatedIpsOutput
impl RequestId for GetDedicatedIpsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.