Class: Aws::Types::ListInputsResultModel
- Inherits:
-
Object
- Object
- Aws::Types::ListInputsResultModel
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#inputs ⇒ ::Array[Types::Input]
Returns the value of attribute inputs.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#inputs ⇒ ::Array[Types::Input]
Returns the value of attribute inputs.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def inputs @inputs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def next_token @next_token end |