Class: Aws::SecurityAgent::Types::TrustedCaCertificate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#sourceTypes::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