You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticLoadBalancingV2::Types::Certificate

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Certificate as input to an Aws::Client method, you can use a vanilla Hash:

{
  certificate_arn: "CertificateArn",
  is_default: false,
}

Information about an SSL server certificate.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The Amazon Resource Name (ARN) of the certificate.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the certificate.

#is_defaultBoolean

Indicates whether the certificate is the default certificate. Do not set this value when specifying a certificate as an input. This value is not included in the output when describing a listener, but is included when describing listener certificates.

Returns:

  • (Boolean)

    Indicates whether the certificate is the default certificate.