Class: Aws::Types::ListWorkteamsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


8711
8712
8713
# File 'sig/types.rbs', line 8711

def max_results
  @max_results
end

#name_contains::String

Returns the value of attribute name_contains.

Returns:

  • (::String)


8709
8710
8711
# File 'sig/types.rbs', line 8709

def name_contains
  @name_contains
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8710
8711
8712
# File 'sig/types.rbs', line 8710

def next_token
  @next_token
end

#sort_by"Name", "CreateDate"

Returns the value of attribute sort_by.

Returns:

  • ("Name", "CreateDate")


8707
8708
8709
# File 'sig/types.rbs', line 8707

def sort_by
  @sort_by
end

#sort_order"Ascending", "Descending"

Returns the value of attribute sort_order.

Returns:

  • ("Ascending", "Descending")


8708
8709
8710
# File 'sig/types.rbs', line 8708

def sort_order
  @sort_order
end