Struct aws_sdk_ec2::input::CreateTrafficMirrorTargetInput
source · #[non_exhaustive]pub struct CreateTrafficMirrorTargetInput { /* private fields */ }
Implementations§
source§impl CreateTrafficMirrorTargetInput
impl CreateTrafficMirrorTargetInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateTrafficMirrorTarget, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateTrafficMirrorTarget, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateTrafficMirrorTarget
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTrafficMirrorTargetInput
.
source§impl CreateTrafficMirrorTargetInput
impl CreateTrafficMirrorTargetInput
sourcepub fn network_interface_id(&self) -> Option<&str>
pub fn network_interface_id(&self) -> Option<&str>
The network interface ID that is associated with the target.
sourcepub fn network_load_balancer_arn(&self) -> Option<&str>
pub fn network_load_balancer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the Traffic Mirror target.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to assign to the Traffic Mirror target.
sourcepub fn dry_run(&self) -> Option<bool>
pub fn dry_run(&self) -> Option<bool>
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation
. Otherwise, it is UnauthorizedOperation
.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.
sourcepub fn gateway_load_balancer_endpoint_id(&self) -> Option<&str>
pub fn gateway_load_balancer_endpoint_id(&self) -> Option<&str>
The ID of the Gateway Load Balancer endpoint.
Trait Implementations§
source§impl Clone for CreateTrafficMirrorTargetInput
impl Clone for CreateTrafficMirrorTargetInput
source§fn clone(&self) -> CreateTrafficMirrorTargetInput
fn clone(&self) -> CreateTrafficMirrorTargetInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateTrafficMirrorTargetInput> for CreateTrafficMirrorTargetInput
impl PartialEq<CreateTrafficMirrorTargetInput> for CreateTrafficMirrorTargetInput
source§fn eq(&self, other: &CreateTrafficMirrorTargetInput) -> bool
fn eq(&self, other: &CreateTrafficMirrorTargetInput) -> bool
self
and other
values to be equal, and is used
by ==
.