PublicKey class
A complex data type of public keys you add to CloudFront to use with features like field-level encryption.
Constructors
- PublicKey({required DateTime createdTime, required String id, required PublicKeyConfig publicKeyConfig})
- PublicKey.fromXml(XmlElement elem)
-
factory
Properties
- createdTime → DateTime
-
A time you added a public key to CloudFront.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
A unique ID assigned to a public key you've added to CloudFront.
final
- publicKeyConfig → PublicKeyConfig
-
A complex data type for a public key you add to CloudFront to use with
features like field-level encryption.
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