GatewaySummary class

The summary of a gateway.

Constructors

GatewaySummary({String? arn, String? description, String? gatewayGroupArn, String? name, String? softwareVersion})
GatewaySummary.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The ARN of the gateway.
final
description String?
The description of the gateway.
final
gatewayGroupArn String?
The ARN of the gateway group that the gateway is associated to.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the gateway.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
softwareVersion String?
The software version of the gateway. The gateway automatically updates its software version during normal operation.
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