Struct aws_sdk_emr::types::EbsBlockDevice
source · #[non_exhaustive]pub struct EbsBlockDevice { /* private fields */ }Expand description
Configuration of requested EBS block device associated with the instance group.
Implementations§
source§impl EbsBlockDevice
impl EbsBlockDevice
sourcepub fn volume_specification(&self) -> Option<&VolumeSpecification>
pub fn volume_specification(&self) -> Option<&VolumeSpecification>
EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an EC2 instance in the cluster.
source§impl EbsBlockDevice
impl EbsBlockDevice
sourcepub fn builder() -> EbsBlockDeviceBuilder
pub fn builder() -> EbsBlockDeviceBuilder
Creates a new builder-style object to manufacture EbsBlockDevice.
Trait Implementations§
source§impl Clone for EbsBlockDevice
impl Clone for EbsBlockDevice
source§fn clone(&self) -> EbsBlockDevice
fn clone(&self) -> EbsBlockDevice
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for EbsBlockDevice
impl Debug for EbsBlockDevice
source§impl PartialEq<EbsBlockDevice> for EbsBlockDevice
impl PartialEq<EbsBlockDevice> for EbsBlockDevice
source§fn eq(&self, other: &EbsBlockDevice) -> bool
fn eq(&self, other: &EbsBlockDevice) -> bool
This method tests for
self and other values to be equal, and is used
by ==.