Class: Aws::Types::ListRoutingRulesResponse

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)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def next_token
  @next_token
end

#routing_rules::Array[Types::RoutingRule]

Returns the value of attribute routing_rules.

Returns:



1537
1538
1539
# File 'sig/types.rbs', line 1537

def routing_rules
  @routing_rules
end