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
- Struct
- Aws::ElasticLoadBalancingV2::Types::Certificate
- 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
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
-
#is_default ⇒ Boolean
Indicates whether the certificate is the default certificate.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate.
#is_default ⇒ Boolean
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.