Class: Aws::Types::DescribeVTLDevicesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVTLDevicesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#vtl_device_arns ⇒ ::Array[::String]
Returns the value of attribute vtl_device_arns.
Instance Attribute Details
#gateway_arn ⇒ ::String
Returns the value of attribute gateway_arn.
782 783 784 |
# File 'sig/types.rbs', line 782 def gateway_arn @gateway_arn end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
785 786 787 |
# File 'sig/types.rbs', line 785 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
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.
783 784 785 |
# File 'sig/types.rbs', line 783 def vtl_device_arns @vtl_device_arns end |