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:



2071
2072
2073
# File 'sig/types.rbs', line 2071

def inputs
  @inputs
end

#next_token::String

Returns the value of attribute next_token.

Returns:



2072
2073
2074
# File 'sig/types.rbs', line 2072

def next_token
  @next_token
end