DescribeVTLDevicesOutput
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeVTLDevicesResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeVTLDevicesResult()()()() | Initializes a new instance of the DescribeVTLDevicesResult class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GatewayARN | 
            The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
            region.
             
             Constraints: | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Marker | 
            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.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VTLDevices | 
            An array of VTL device objects composed of the Amazon Resource Name(ARN) of the VTL devices.
             
             | 
|  | WithGatewayARN(String) | Obsolete. 
            Sets the GatewayARN property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithVTLDevices(array<VTLDevice>[]()[][]) | Obsolete. 
            Adds elements to the VTLDevices collection
             | 
|  | WithVTLDevices(IEnumerable<(Of <<'(VTLDevice>)>>)) | Obsolete. 
            Adds elements to the VTLDevices collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DescribeVTLDevicesResult |