S3Source class

Information about the S3 bucket where you saved your unsigned code.

Constructors

S3Source({required String bucketName, required String key, required String version})
S3Source.fromJson(Map<String, dynamic> json)
factory

Properties

bucketName String
Name of the S3 bucket.
final
hashCode int
The hash code for this object.
no setterinherited
key String
Key name of the bucket object that contains your unsigned code.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version String
Version of your source image in your version enabled S3 bucket.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited