Struct rusoto_opsworks::DescribeElasticIpsRequest [] [src]

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 Default for DescribeElasticIpsRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeElasticIpsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeElasticIpsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations