DescribeLedgerResponse constructor
DescribeLedgerResponse({
- String? arn,
- DateTime? creationDateTime,
- bool? deletionProtection,
- String? name,
- LedgerState? state,
Implementation
DescribeLedgerResponse({
this.arn,
this.creationDateTime,
this.deletionProtection,
this.name,
this.state,
});