Signer class

A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as well as their active CloudFront key pair IDs, if any.

Constructors

Signer({String? awsAccountNumber, KeyPairIds? keyPairIds})
Signer.fromXml(XmlElement elem)
factory

Properties

awsAccountNumber String?
An AWS account that is included in the TrustedSigners complex type for this distribution. Valid values include:
final
hashCode int
The hash code for this object.
no setterinherited
keyPairIds KeyPairIds?
A complex type that lists the active CloudFront key pairs, if any, that are associated with AwsAccountNumber.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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