Struct aws_sdk_networkfirewall::operation::delete_tls_inspection_configuration::DeleteTlsInspectionConfigurationInput
source · #[non_exhaustive]pub struct DeleteTlsInspectionConfigurationInput { /* private fields */ }
Implementations§
source§impl DeleteTlsInspectionConfigurationInput
impl DeleteTlsInspectionConfigurationInput
sourcepub fn tls_inspection_configuration_arn(&self) -> Option<&str>
pub fn tls_inspection_configuration_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
sourcepub fn tls_inspection_configuration_name(&self) -> Option<&str>
pub fn tls_inspection_configuration_name(&self) -> Option<&str>
The descriptive name of the TLS inspection configuration. You can't change the name of a TLS inspection configuration after you create it.
You must specify the ARN or the name, and you can specify both.
source§impl DeleteTlsInspectionConfigurationInput
impl DeleteTlsInspectionConfigurationInput
sourcepub fn builder() -> DeleteTlsInspectionConfigurationInputBuilder
pub fn builder() -> DeleteTlsInspectionConfigurationInputBuilder
Creates a new builder-style object to manufacture DeleteTlsInspectionConfigurationInput
.
source§impl DeleteTlsInspectionConfigurationInput
impl DeleteTlsInspectionConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteTLSInspectionConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteTLSInspectionConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteTLSInspectionConfiguration
>
Trait Implementations§
source§impl Clone for DeleteTlsInspectionConfigurationInput
impl Clone for DeleteTlsInspectionConfigurationInput
source§fn clone(&self) -> DeleteTlsInspectionConfigurationInput
fn clone(&self) -> DeleteTlsInspectionConfigurationInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DeleteTlsInspectionConfigurationInput> for DeleteTlsInspectionConfigurationInput
impl PartialEq<DeleteTlsInspectionConfigurationInput> for DeleteTlsInspectionConfigurationInput
source§fn eq(&self, other: &DeleteTlsInspectionConfigurationInput) -> bool
fn eq(&self, other: &DeleteTlsInspectionConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteTlsInspectionConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteTlsInspectionConfigurationInput
impl Send for DeleteTlsInspectionConfigurationInput
impl Sync for DeleteTlsInspectionConfigurationInput
impl Unpin for DeleteTlsInspectionConfigurationInput
impl UnwindSafe for DeleteTlsInspectionConfigurationInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more