Struct aws_sdk_networkfirewall::operation::describe_tls_inspection_configuration::DescribeTlsInspectionConfigurationInput
source · #[non_exhaustive]pub struct DescribeTlsInspectionConfigurationInput { /* private fields */ }
Implementations§
source§impl DescribeTlsInspectionConfigurationInput
impl DescribeTlsInspectionConfigurationInput
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 DescribeTlsInspectionConfigurationInput
impl DescribeTlsInspectionConfigurationInput
sourcepub fn builder() -> DescribeTlsInspectionConfigurationInputBuilder
pub fn builder() -> DescribeTlsInspectionConfigurationInputBuilder
Creates a new builder-style object to manufacture DescribeTlsInspectionConfigurationInput
.
source§impl DescribeTlsInspectionConfigurationInput
impl DescribeTlsInspectionConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTLSInspectionConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeTLSInspectionConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeTLSInspectionConfiguration
>
Trait Implementations§
source§impl Clone for DescribeTlsInspectionConfigurationInput
impl Clone for DescribeTlsInspectionConfigurationInput
source§fn clone(&self) -> DescribeTlsInspectionConfigurationInput
fn clone(&self) -> DescribeTlsInspectionConfigurationInput
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<DescribeTlsInspectionConfigurationInput> for DescribeTlsInspectionConfigurationInput
impl PartialEq<DescribeTlsInspectionConfigurationInput> for DescribeTlsInspectionConfigurationInput
source§fn eq(&self, other: &DescribeTlsInspectionConfigurationInput) -> bool
fn eq(&self, other: &DescribeTlsInspectionConfigurationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeTlsInspectionConfigurationInput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeTlsInspectionConfigurationInput
impl Send for DescribeTlsInspectionConfigurationInput
impl Sync for DescribeTlsInspectionConfigurationInput
impl Unpin for DescribeTlsInspectionConfigurationInput
impl UnwindSafe for DescribeTlsInspectionConfigurationInput
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