#[non_exhaustive]pub struct GetDedicatedIpsOutput { /* private fields */ }Expand description
Information about the dedicated IP addresses that are associated with your Amazon Web Services account.
Implementations§
source§impl GetDedicatedIpsOutput
impl GetDedicatedIpsOutput
sourcepub fn dedicated_ips(&self) -> Option<&[DedicatedIp]>
pub fn dedicated_ips(&self) -> Option<&[DedicatedIp]>
A list of dedicated IP addresses that are associated with your Amazon Web Services account.
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
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 Debug for GetDedicatedIpsOutput
impl Debug for GetDedicatedIpsOutput
source§impl PartialEq<GetDedicatedIpsOutput> for GetDedicatedIpsOutput
impl PartialEq<GetDedicatedIpsOutput> for GetDedicatedIpsOutput
source§fn eq(&self, other: &GetDedicatedIpsOutput) -> bool
fn eq(&self, other: &GetDedicatedIpsOutput) -> bool
This method tests for
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>
Returns the request ID, or
None if the service could not be reached.