[][src]Struct rusoto_opsworks::DescribeElasticIpsRequest

pub struct DescribeElasticIpsRequest {
    pub instance_id: Option<String>,
    pub ips: Option<Vec<String>>,
    pub stack_id: Option<String>,
}

Fields

The instance ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses associated with the specified instance.

An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.

A stack ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses that are registered with the specified stack.

Trait Implementations

impl Clone for DescribeElasticIpsRequest
[src]

Performs copy-assignment from source. Read more

impl Default for DescribeElasticIpsRequest
[src]

impl PartialEq<DescribeElasticIpsRequest> for DescribeElasticIpsRequest
[src]

impl Debug for DescribeElasticIpsRequest
[src]

impl Serialize for DescribeElasticIpsRequest
[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T