Class: Aws::NetworkFirewall::Types::TlsCertificateData
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::TlsCertificateData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Contains metadata about an Certificate Manager certificate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
-
#certificate_serial ⇒ String
The serial number of the certificate.
-
#status ⇒ String
The status of the certificate.
-
#status_message ⇒ String
Contains details about the certificate status, including information about certificate errors.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4275 class TlsCertificateData < Struct.new( :certificate_arn, :certificate_serial, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#certificate_serial ⇒ String
The serial number of the certificate.
4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4275 class TlsCertificateData < Struct.new( :certificate_arn, :certificate_serial, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the certificate.
4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4275 class TlsCertificateData < Struct.new( :certificate_arn, :certificate_serial, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
Contains details about the certificate status, including information about certificate errors.
4275 4276 4277 4278 4279 4280 4281 4282 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 4275 class TlsCertificateData < Struct.new( :certificate_arn, :certificate_serial, :status, :status_message) SENSITIVE = [] include Aws::Structure end |