Class: Aws::Types::DescribeVTLDevicesOutput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVTLDevicesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#vtl_devices ⇒ ::Array[Types::VTLDevice]
Returns the value of attribute vtl_devices.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
790 791 792 |
# File 'sig/types.rbs', line 790 def gateway_arn @gateway_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
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.
791 792 793 |
# File 'sig/types.rbs', line 791 def vtl_devices @vtl_devices end |