CertificateSummary class

Describes an Amazon Lightsail SSL/TLS certificate.

Constructors

CertificateSummary({String? certificateArn, Certificate? certificateDetail, String? certificateName, String? domainName, List<Tag>? tags})
CertificateSummary.fromJson(Map<String, dynamic> json)
factory

Properties

certificateArn String?
The Amazon Resource Name (ARN) of the certificate.
final
certificateDetail Certificate?
An object that describes a certificate in detail.
final
certificateName String?
The name of the certificate.
final
domainName String?
The domain name of the certificate.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<Tag>?
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited