Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Information about the client certificate used for authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_root_certificate_chain ⇒ String
The Amazon Resource Name (ARN) of the client certificate.
Instance Attribute Details
#client_root_certificate_chain ⇒ String
The Amazon Resource Name (ARN) of the client certificate.
6455 6456 6457 6458 6459 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 6455 class AwsEc2ClientVpnEndpointAuthenticationOptionsMutualAuthenticationDetails < Struct.new( :client_root_certificate_chain) SENSITIVE = [] include Aws::Structure end |