ServerCertificateMetadata class
Contains information about a server certificate without its certificate body, certificate chain, and private key.
This data type is used as a response element in the UploadServerCertificate and ListServerCertificates operations.
Constructors
- ServerCertificateMetadata({required String arn, required String path, required String serverCertificateId, required String serverCertificateName, DateTime? expiration, DateTime? uploadDate})
- ServerCertificateMetadata.fromXml(XmlElement elem)
-
factory
Properties
- arn → String
-
The Amazon Resource Name (ARN) specifying the server certificate. For more
information about ARNs and how to use them in policies, see IAM
Identifiers in the IAM User Guide.
final
- expiration → DateTime?
-
The date on which the certificate is set to expire.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- path → String
-
The path to the server certificate. For more information about paths, see IAM
Identifiers in the IAM User Guide.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverCertificateId → String
-
The stable and unique string identifying the server certificate. For more
information about IDs, see IAM
Identifiers in the IAM User Guide.
final
- serverCertificateName → String
-
The name that identifies the server certificate.
final
- uploadDate → DateTime?
-
The date when the server certificate was uploaded.
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