Class: Aws::NetworkFirewall::Types::TlsCertificateData

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

Instance Attribute Details

#certificate_arn ⇒ String

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
# File 'lib/aws-sdk-networkfirewall/types.rb', line 8468

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.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
# File 'lib/aws-sdk-networkfirewall/types.rb', line 8468

class TlsCertificateData < Struct.new(
  :certificate_arn,
  :certificate_serial,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

The status of the certificate.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
# File 'lib/aws-sdk-networkfirewall/types.rb', line 8468

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.

Returns:

  • (String)


8468
8469
8470
8471
8472
8473
8474
8475
# File 'lib/aws-sdk-networkfirewall/types.rb', line 8468

class TlsCertificateData < Struct.new(
  :certificate_arn,
  :certificate_serial,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end