Struct aws_sdk_imagebuilder::model::InstanceBlockDeviceMapping [−][src]
#[non_exhaustive]pub struct InstanceBlockDeviceMapping {
pub device_name: Option<String>,
pub ebs: Option<EbsInstanceBlockDeviceSpecification>,
pub virtual_name: Option<String>,
pub no_device: Option<String>,
}
Expand description
Defines block device mappings for the instance used to configure your image.
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.device_name: Option<String>
The device to which these mappings apply.
ebs: Option<EbsInstanceBlockDeviceSpecification>
Use to manage Amazon EBS-specific configuration for this mapping.
virtual_name: Option<String>
Use to manage instance ephemeral devices.
no_device: Option<String>
Use to remove a mapping from the base image.
Implementations
The device to which these mappings apply.
Use to manage Amazon EBS-specific configuration for this mapping.
Use to manage instance ephemeral devices.
Creates a new builder-style object to manufacture InstanceBlockDeviceMapping
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 InstanceBlockDeviceMapping
impl Send for InstanceBlockDeviceMapping
impl Sync for InstanceBlockDeviceMapping
impl Unpin for InstanceBlockDeviceMapping
impl UnwindSafe for InstanceBlockDeviceMapping
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