Class: Aws::Types::SearchChannelsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


813
814
815
# File 'sig/types.rbs', line 813

def chime_bearer
  @chime_bearer
end

#fields::Array[Types::SearchField]

Returns the value of attribute fields.

Returns:



814
815
816
# File 'sig/types.rbs', line 814

def fields
  @fields
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


815
816
817
# File 'sig/types.rbs', line 815

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def next_token
  @next_token
end