CloudFrontOriginAccessIdentitySummary class
Summary of the information about a CloudFront origin access identity.
Constructors
- CloudFrontOriginAccessIdentitySummary({required String comment, required String id, required String s3CanonicalUserId})
- CloudFrontOriginAccessIdentitySummary.fromXml(XmlElement elem)
-
factory
Properties
- comment → String
-
The comment for this origin access identity, as originally specified when
created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The ID for the origin access identity. For example:
E74FTE3AJFJ256A
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- s3CanonicalUserId → String
-
The Amazon S3 canonical user ID for the origin access identity, which you
use when giving the origin access identity read permission to an object in
Amazon S3.
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