Class: Aws::Types::ListInputsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListInputsResponse
- 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.
2062 2063 2064 |
# File 'sig/types.rbs', line 2062 def inputs @inputs end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2063 2064 2065 |
# File 'sig/types.rbs', line 2063 def next_token @next_token end |