DescribeArchiveResponse class

Constructors

DescribeArchiveResponse({String? archiveArn, String? archiveName, DateTime? creationTime, String? description, int? eventCount, String? eventPattern, String? eventSourceArn, int? retentionDays, int? sizeBytes, ArchiveState? state, String? stateReason})
DescribeArchiveResponse.fromJson(Map<String, dynamic> json)
factory

Properties

archiveArn String?
The ARN of the archive.
final
archiveName String?
The name of the archive.
final
creationTime DateTime?
The time at which the archive was created.
final
description String?
The description of the archive.
final
eventCount int?
The number of events in the archive.
final
eventPattern String?
The event pattern used to filter events sent to the archive.
final
eventSourceArn String?
The ARN of the event source associated with the archive.
final
hashCode int
The hash code for this object.
no setterinherited
retentionDays int?
The number of days to retain events for in the archive.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeBytes int?
The size of the archive in bytes.
final
state ArchiveState?
The state of the archive.
final
stateReason String?
The reason that the archive is in the state.
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