Class: Aws::Types::ListInputsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array[Types::Input]

Returns the value of attribute inputs.

Returns:



2062
2063
2064
# File 'sig/types.rbs', line 2062

def inputs
  @inputs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2063
2064
2065
# File 'sig/types.rbs', line 2063

def next_token
  @next_token
end