Class: Aws::Types::ListRoutesInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


754
755
756
# File 'sig/types.rbs', line 754

def limit
  @limit
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


756
757
758
# File 'sig/types.rbs', line 756

def mesh_owner
  @mesh_owner
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def next_token
  @next_token
end

#virtual_router_name::String

Returns the value of attribute virtual_router_name.

Returns:

  • (::String)


758
759
760
# File 'sig/types.rbs', line 758

def virtual_router_name
  @virtual_router_name
end