DescribeVTLDevicesOutput class

DescribeVTLDevicesOutput

Constructors

DescribeVTLDevicesOutput({String? gatewayARN, String? marker, List<VTLDevice>? vTLDevices})
DescribeVTLDevicesOutput.fromJson(Map<String, dynamic> json)
factory

Properties

gatewayARN String?
final
hashCode int
The hash code for this object.
no setterinherited
marker String?
An opaque string that indicates the position at which the VTL devices that were fetched for description ended. Use the marker in your next request to fetch the next set of VTL devices in the list. If there are no more VTL devices to describe, this field does not appear in the response.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vTLDevices List<VTLDevice>?
An array of VTL device objects composed of the Amazon Resource Name (ARN) of the VTL devices.
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