Struct aws_sdk_ec2::model::launch_template_ebs_block_device::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LaunchTemplateEbsBlockDevice
Implementations
Indicates whether the EBS volume is encrypted.
Indicates whether the EBS volume is deleted on instance termination.
Indicates whether the EBS volume is deleted on instance termination.
The number of I/O operations per second (IOPS) that the volume supports.
The number of I/O operations per second (IOPS) that the volume supports.
The ARN of the Key Management Service (KMS) CMK used for encryption.
The ARN of the Key Management Service (KMS) CMK used for encryption.
The ID of the snapshot.
The ID of the snapshot.
The size of the volume, in GiB.
The size of the volume, in GiB.
The volume type.
The volume type.
The throughput that the volume supports, in MiB/s.
The throughput that the volume supports, in MiB/s.
Consumes the builder and constructs a LaunchTemplateEbsBlockDevice
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