Class: Aws::Types::BatchGetRouterInputResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#errors::Array[Types::BatchGetRouterInputError]

Returns the value of attribute errors.

Returns:



208
209
210
# File 'sig/types.rbs', line 208

def errors
  @errors
end

#router_inputs::Array[Types::RouterInput]

Returns the value of attribute router_inputs.

Returns:



207
208
209
# File 'sig/types.rbs', line 207

def router_inputs
  @router_inputs
end