Class: Aws::Types::ListInputsResultModel

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:



2068
2069
2070
# File 'sig/types.rbs', line 2068

def inputs
  @inputs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2069
2070
2071
# File 'sig/types.rbs', line 2069

def next_token
  @next_token
end