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)


17111
17112
17113
# File 'sig/types.rbs', line 17111

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



17108
17109
17110
# File 'sig/types.rbs', line 17108

def filters
  @filters
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


17107
17108
17109
# File 'sig/types.rbs', line 17107

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


17109
17110
17111
# File 'sig/types.rbs', line 17109

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


17110
17111
17112
# File 'sig/types.rbs', line 17110

def next_token
  @next_token
end