Class: Aws::SecurityAgent::Types::TrustedCaCertificate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::TrustedCaCertificate
- Includes:
- Aws::Structure
- Defined in:
- 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 AWS Security Agent reads the certificate from.
Instance Attribute Details
#source ⇒ Types::CaCertificateSource
The source that AWS Security Agent reads the certificate from.
8121 8122 8123 8124 8125 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8121 class TrustedCaCertificate < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |