Struct aws_sdk_ec2::model::host_properties::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for HostProperties
Implementations
The instance type supported by the Dedicated Host. For example, m5.large
.
If the host supports multiple instance types, no instanceType
is returned.
The instance type supported by the Dedicated Host. For example, m5.large
.
If the host supports multiple instance types, no instanceType
is returned.
The instance family supported by the Dedicated Host. For example, m5
.
The instance family supported by the Dedicated Host. For example, m5
.
The number of sockets on the Dedicated Host.
The total number of vCPUs on the Dedicated Host.
The total number of vCPUs on the Dedicated Host.
Consumes the builder and constructs a HostProperties
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