Struct aws_sdk_ec2::model::instance_status::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceStatus
Implementations
The Availability Zone of the instance.
The Availability Zone of the instance.
The Amazon Resource Name (ARN) of the Outpost.
The Amazon Resource Name (ARN) of the Outpost.
Appends an item to events
.
To override the contents of this collection use set_events
.
Any scheduled events associated with the instance.
Any scheduled events associated with the instance.
The ID of the instance.
The ID of the instance.
The intended state of the instance. DescribeInstanceStatus requires
that an instance be in the running
state.
The intended state of the instance. DescribeInstanceStatus requires
that an instance be in the running
state.
Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.
Reports impaired functionality that stems from issues internal to the instance, such as impaired reachability.
Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.
Reports impaired functionality that stems from issues related to the systems that support an instance, such as hardware failures and network connectivity problems.
Consumes the builder and constructs a InstanceStatus
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