ChannelInfo class
A structure that encapsulates a signaling channel's metadata and properties.
Constructors
- ChannelInfo({String? channelARN, String? channelName, Status? channelStatus, ChannelType? channelType, DateTime? creationTime, SingleMasterConfiguration? singleMasterConfiguration, String? version})
-
ChannelInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- channelARN → String?
-
The Amazon Resource Name (ARN) of the signaling channel.
final
- channelName → String?
-
The name of the signaling channel.
final
- channelStatus → Status?
-
Current status of the signaling channel.
final
- channelType → ChannelType?
-
The type of the signaling channel.
final
- creationTime → DateTime?
-
The time at which the signaling channel was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleMasterConfiguration → SingleMasterConfiguration?
-
A structure that contains the configuration for the
SINGLE_MASTER
channel type.final - version → String?
-
The current version of the signaling channel.
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