Struct aws_sdk_ec2::input::CreateNetworkInsightsPathInput
source · #[non_exhaustive]pub struct CreateNetworkInsightsPathInput { /* private fields */ }
Implementations§
source§impl CreateNetworkInsightsPathInput
impl CreateNetworkInsightsPathInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateNetworkInsightsPath, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateNetworkInsightsPath, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateNetworkInsightsPath
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNetworkInsightsPathInput
.
source§impl CreateNetworkInsightsPathInput
impl CreateNetworkInsightsPathInput
sourcepub fn source_ip(&self) -> Option<&str>
pub fn source_ip(&self) -> Option<&str>
The IP address of the Amazon Web Services resource that is the source of the path.
sourcepub fn destination_ip(&self) -> Option<&str>
pub fn destination_ip(&self) -> Option<&str>
The IP address of the Amazon Web Services resource that is the destination of the path.
sourcepub fn source(&self) -> Option<&str>
pub fn source(&self) -> Option<&str>
The Amazon Web Services resource that is the source of the path.
sourcepub fn destination(&self) -> Option<&str>
pub fn destination(&self) -> Option<&str>
The Amazon Web Services resource that is the destination of the path.
sourcepub fn destination_port(&self) -> Option<i32>
pub fn destination_port(&self) -> Option<i32>
The destination port.
sourcepub fn tag_specifications(&self) -> Option<&[TagSpecification]>
pub fn tag_specifications(&self) -> Option<&[TagSpecification]>
The tags to add to the path.
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.
Trait Implementations§
source§impl Clone for CreateNetworkInsightsPathInput
impl Clone for CreateNetworkInsightsPathInput
source§fn clone(&self) -> CreateNetworkInsightsPathInput
fn clone(&self) -> CreateNetworkInsightsPathInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateNetworkInsightsPathInput> for CreateNetworkInsightsPathInput
impl PartialEq<CreateNetworkInsightsPathInput> for CreateNetworkInsightsPathInput
source§fn eq(&self, other: &CreateNetworkInsightsPathInput) -> bool
fn eq(&self, other: &CreateNetworkInsightsPathInput) -> bool
self
and other
values to be equal, and is used
by ==
.