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 RTMP distribution. Valid values include: [...]final - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- 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.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited