Struct aws_sdk_securityhub::model::aws_ec2_network_interface_attachment::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsEc2NetworkInterfaceAttachment
Implementations
Indicates when the attachment initiated.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Indicates when the attachment initiated.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
The identifier of the network interface attachment
The identifier of the network interface attachment
Indicates whether the network interface is deleted when the instance is terminated.
Indicates whether the network interface is deleted when the instance is terminated.
The device index of the network interface attachment on the instance.
The device index of the network interface attachment on the instance.
The ID of the instance.
The ID of the instance.
The Amazon Web Services account ID of the owner of the instance.
The Amazon Web Services account ID of the owner of the instance.
The attachment state.
Valid values: attaching
| attached
| detaching
|
detached
The attachment state.
Valid values: attaching
| attached
| detaching
|
detached
Consumes the builder and constructs a AwsEc2NetworkInterfaceAttachment
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