TunnelSummary class
Information about the tunnel.
Constructors
- TunnelSummary({DateTime? createdAt, String? description, DateTime? lastUpdatedAt, TunnelStatus? status, String? tunnelArn, String? tunnelId})
-
TunnelSummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → DateTime?
-
The time the tunnel was created.
final
- description → String?
-
A description of the tunnel.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedAt → DateTime?
-
The time the tunnel was last updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TunnelStatus?
-
The status of a tunnel. Valid values are: Open and Closed.
final
- tunnelArn → String?
-
The Amazon Resource Name of the tunnel. The tunnel ARN format is
arn:aws:tunnel:<region>:<account-id>:tunnel/<tunnel-id>
final - tunnelId → String?
-
The unique alpha-numeric identifier for the tunnel.
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