Class: Aws::Types::ListVirtualServicesInput

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)


824
825
826
# File 'sig/types.rbs', line 824

def limit
  @limit
end

#mesh_name::String

Returns the value of attribute mesh_name.

Returns:

  • (::String)


825
826
827
# File 'sig/types.rbs', line 825

def mesh_name
  @mesh_name
end

#mesh_owner::String

Returns the value of attribute mesh_owner.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def mesh_owner
  @mesh_owner
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def next_token
  @next_token
end