Class: Aws::Types::ListRouterInputsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1071
1072
1073
# File 'sig/types.rbs', line 1071

def next_token
  @next_token
end

#router_inputs::Array[Types::ListedRouterInput]

Returns the value of attribute router_inputs.

Returns:



1070
1071
1072
# File 'sig/types.rbs', line 1070

def router_inputs
  @router_inputs
end