Class: Aws::Types::DescribeVTLDevicesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arn::String

Returns the value of attribute gateway_arn.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def gateway_arn
  @gateway_arn
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


792
793
794
# File 'sig/types.rbs', line 792

def marker
  @marker
end

#vtl_devices::Array[Types::VTLDevice]

Returns the value of attribute vtl_devices.

Returns:



791
792
793
# File 'sig/types.rbs', line 791

def vtl_devices
  @vtl_devices
end