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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-networkfirewall/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)


4218
4219
4220
4221
4222
4223
4224
4225
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4218

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)


4218
4219
4220
4221
4222
4223
4224
4225
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4218

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

#statusString

The status of the certificate.

Returns:

  • (String)


4218
4219
4220
4221
4222
4223
4224
4225
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4218

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)


4218
4219
4220
4221
4222
4223
4224
4225
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 4218

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