Class: Aws::Types::ListRoutesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_identifier::String

Returns the value of attribute application_identifier.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def application_identifier
  @application_identifier
end

#environment_identifier::String

Returns the value of attribute environment_identifier.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def environment_identifier
  @environment_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


475
476
477
# File 'sig/types.rbs', line 475

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def next_token
  @next_token
end