Struct aws_sdk_ec2::model::HostInstance [−][src]
#[non_exhaustive]pub struct HostInstance {
pub instance_id: Option<String>,
pub instance_type: Option<String>,
pub owner_id: Option<String>,
}
Expand description
Describes an instance running on a Dedicated Host.
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.instance_id: Option<String>
The ID of instance that is running on the Dedicated Host.
instance_type: Option<String>
The instance type (for example, m3.medium
) of the running instance.
owner_id: Option<String>
The ID of the Amazon Web Services account that owns the instance.
Implementations
The ID of instance that is running on the Dedicated Host.
The instance type (for example, m3.medium
) of the running instance.
Creates a new builder-style object to manufacture HostInstance
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 HostInstance
impl Send for HostInstance
impl Sync for HostInstance
impl Unpin for HostInstance
impl UnwindSafe for HostInstance
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