CreateLedgerResponse class

Constructors

CreateLedgerResponse({String? arn, DateTime? creationDateTime, bool? deletionProtection, String? name, LedgerState? state})
CreateLedgerResponse.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) for the ledger.
final
creationDateTime DateTime?
The date and time, in epoch time format, when the ledger was created. (Epoch time format is the number of seconds elapsed since 12:00:00 AM January 1, 1970 UTC.)
final
deletionProtection bool?
The flag that prevents a ledger from being deleted by any user. If not provided on ledger creation, this feature is enabled (true) by default.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the ledger.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state LedgerState?
The current status of the ledger.
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