Class: Aws::SecurityHub::Types::AwsCertificateManagerCertificateOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsCertificateManagerCertificateOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Contains other options for the certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_transparency_logging_preference ⇒ String
Whether to add the certificate to a transparency log.
Instance Attribute Details
#certificate_transparency_logging_preference ⇒ String
Whether to add the certificate to a transparency log.
Valid values: ‘DISABLED` | `ENABLED`
4052 4053 4054 4055 4056 |
# File 'lib/aws-sdk-securityhub/types.rb', line 4052 class AwsCertificateManagerCertificateOptions < Struct.new( :certificate_transparency_logging_preference) SENSITIVE = [] include Aws::Structure end |