Struct aws_sdk_ec2::model::ReservedInstancesListing [−][src]
#[non_exhaustive]pub struct ReservedInstancesListing {
pub client_token: Option<String>,
pub create_date: Option<DateTime>,
pub instance_counts: Option<Vec<InstanceCount>>,
pub price_schedules: Option<Vec<PriceSchedule>>,
pub reserved_instances_id: Option<String>,
pub reserved_instances_listing_id: Option<String>,
pub status: Option<ListingStatus>,
pub status_message: Option<String>,
pub tags: Option<Vec<Tag>>,
pub update_date: Option<DateTime>,
}
Expand description
Describes a Reserved Instance listing.
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.client_token: Option<String>
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
create_date: Option<DateTime>
The time the listing was created.
instance_counts: Option<Vec<InstanceCount>>
The number of instances in this state.
price_schedules: Option<Vec<PriceSchedule>>
The price of the Reserved Instance listing.
reserved_instances_id: Option<String>
The ID of the Reserved Instance.
reserved_instances_listing_id: Option<String>
The ID of the Reserved Instance listing.
status: Option<ListingStatus>
The status of the Reserved Instance listing.
status_message: Option<String>
The reason for the current status of the Reserved Instance listing. The response can be blank.
Any tags assigned to the resource.
update_date: Option<DateTime>
The last modified timestamp of the listing.
Implementations
A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.
The time the listing was created.
The number of instances in this state.
The price of the Reserved Instance listing.
The ID of the Reserved Instance.
The ID of the Reserved Instance listing.
The status of the Reserved Instance listing.
The reason for the current status of the Reserved Instance listing. The response can be blank.
Any tags assigned to the resource.
The last modified timestamp of the listing.
Creates a new builder-style object to manufacture ReservedInstancesListing
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ReservedInstancesListing
impl Send for ReservedInstancesListing
impl Sync for ReservedInstancesListing
impl Unpin for ReservedInstancesListing
impl UnwindSafe for ReservedInstancesListing
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more