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_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)


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_serialString

The serial number of the certificate.

Returns:

  • (String)


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

#statusString

The status of the certificate.

Returns:

  • (String)


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_messageString

Contains details about the certificate status, including information about certificate errors.

Returns:

  • (String)


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