KGKeyPairIds class

A list of identifiers for the public keys that CloudFront can use to verify the signatures of signed URLs and signed cookies.

Constructors

KGKeyPairIds({String? keyGroupId, KeyPairIds? keyPairIds})
KGKeyPairIds.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keyGroupId String?
The identifier of the key group that contains the public keys.
final
keyPairIds KeyPairIds?
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