Struct aws_sdk_ec2::model::spot_instance_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SpotInstanceStatus
Implementations
The status code. For a list of status codes, see Spot status codes in the Amazon EC2 User Guide for Linux Instances.
The status code. For a list of status codes, see Spot status codes in the Amazon EC2 User Guide for Linux Instances.
The description for the status code.
The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Consumes the builder and constructs a SpotInstanceStatus
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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