Class: Aws::Types::ListInputDeviceTransfersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInputDeviceTransfersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#transfer_type ⇒ ::String
Returns the value of attribute transfer_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def next_token @next_token end |
#transfer_type ⇒ ::String
Returns the value of attribute transfer_type.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def transfer_type @transfer_type end |