Struct rusoto_ec2::DescribeReservedInstancesListingsRequest [] [src]

pub struct DescribeReservedInstancesListingsRequest {
    pub filters: Option<Vec<Filter>>,
    pub reserved_instances_id: Option<String>,
    pub reserved_instances_listing_id: Option<String>,
}

Contains the parameters for DescribeReservedInstancesListings.

Fields

One or more filters.

  • reserved-instances-id - The ID of the Reserved Instances.

  • reserved-instances-listing-id - The ID of the Reserved Instances listing.

  • status - The status of the Reserved Instance listing (pending | active | cancelled | closed).

  • status-message - The reason for the status.

One or more Reserved Instance IDs.

One or more Reserved Instance listing IDs.

Trait Implementations

impl Default for DescribeReservedInstancesListingsRequest
[src]

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

impl Debug for DescribeReservedInstancesListingsRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeReservedInstancesListingsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more