Class: Aws::Types::DescribeVTLDevicesInput

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)


782
783
784
# File 'sig/types.rbs', line 782

def gateway_arn
  @gateway_arn
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


785
786
787
# File 'sig/types.rbs', line 785

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def marker
  @marker
end

#vtl_device_arns::Array[::String]

Returns the value of attribute vtl_device_arns.

Returns:

  • (::Array[::String])


783
784
785
# File 'sig/types.rbs', line 783

def vtl_device_arns
  @vtl_device_arns
end