S3SignedObject class
The S3 bucket name and key where code signing saved your signed code image.
Constructors
- S3SignedObject({String? bucketName, String? key})
-
S3SignedObject.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 that uniquely identifies a signed code image in your bucket.
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