Struct aws_sdk_emr::model::EbsBlockDevice [−][src]
#[non_exhaustive]pub struct EbsBlockDevice {
pub volume_specification: Option<VolumeSpecification>,
pub device: Option<String>,
}Expand description
Configuration of requested EBS block device associated with the instance group.
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.volume_specification: Option<VolumeSpecification>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.
device: Option<String>The device name that is exposed to the instance, such as /dev/sdh.
Implementations
EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.
Creates a new builder-style object to manufacture EbsBlockDevice
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 EbsBlockDevice
impl Send for EbsBlockDevice
impl Sync for EbsBlockDevice
impl Unpin for EbsBlockDevice
impl UnwindSafe for EbsBlockDevice
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
