Struct aws_sdk_networkfirewall::operation::describe_tls_inspection_configuration::DescribeTlsInspectionConfigurationInput
source · #[non_exhaustive]pub struct DescribeTlsInspectionConfigurationInput {
pub tls_inspection_configuration_arn: Option<String>,
pub tls_inspection_configuration_name: Option<String>,
}
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.tls_inspection_configuration_arn: Option<String>
The Amazon Resource Name (ARN) of the TLS inspection configuration.
You must specify the ARN or the name, and you can specify both.
tls_inspection_configuration_name: Option<String>
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.
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
.
Trait Implementations§
source§impl Clone for DescribeTlsInspectionConfigurationInput
impl Clone for DescribeTlsInspectionConfigurationInput
source§fn clone(&self) -> DescribeTlsInspectionConfigurationInput
fn clone(&self) -> DescribeTlsInspectionConfigurationInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for DescribeTlsInspectionConfigurationInput
impl PartialEq for DescribeTlsInspectionConfigurationInput
source§fn eq(&self, other: &DescribeTlsInspectionConfigurationInput) -> bool
fn eq(&self, other: &DescribeTlsInspectionConfigurationInput) -> bool
self
and other
values to be equal, and is used
by ==
.