Struct aws_sdk_securityhub::model::aws_ec2_volume_attachment::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEc2VolumeAttachment
Implementations
The datetime when the attachment initiated.
The datetime when the attachment initiated.
Whether the EBS volume is deleted when the EC2 instance is terminated.
Whether the EBS volume is deleted when the EC2 instance is terminated.
The identifier of the EC2 instance.
The identifier of the EC2 instance.
The attachment state of the volume.
Consumes the builder and constructs a AwsEc2VolumeAttachment
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