Class: Aws::Types::SearchLocalGatewayRoutesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


16814
16815
16816
# File 'sig/types.rbs', line 16814

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



16811
16812
16813
# File 'sig/types.rbs', line 16811

def filters
  @filters
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


16810
16811
16812
# File 'sig/types.rbs', line 16810

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


16812
16813
16814
# File 'sig/types.rbs', line 16812

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


16813
16814
16815
# File 'sig/types.rbs', line 16813

def next_token
  @next_token
end