Class: Aws::SecurityAgent::Types::TrustedCaCertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::TrustedCaCertificate
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
A trust anchor used when validating a target endpoint's TLS certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source ⇒ Types::CaCertificateSource
The source that Security Agent reads the certificate from.
Instance Attribute Details
#source ⇒ Types::CaCertificateSource
The source that Security Agent reads the certificate from.
8353 8354 8355 8356 8357 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 8353 class TrustedCaCertificate < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |