CloudFrontOriginAccessIdentitySummary class
Summary of the information about a CloudFront origin access identity.
Constructors
- CloudFrontOriginAccessIdentitySummary({@_s.required String comment, @_s.required String id, @_s.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. [...]
read-only, inherited
- id → String
-
The ID for the origin access identity. For example:
E74FTE3AJFJ256A
.final - runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- 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 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