Class: Aws::Types::SearchFixturesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#end_date::String

Returns the value of attribute end_date.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def end_date
  @end_date
end

#filters::Array[Types::SearchFilter]

Returns the value of attribute filters.

Returns:



325
326
327
# File 'sig/types.rbs', line 325

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


326
327
328
# File 'sig/types.rbs', line 326

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def next_token
  @next_token
end

#sport"basketball", "american-football"

Returns the value of attribute sport.

Returns:

  • ("basketball", "american-football")


322
323
324
# File 'sig/types.rbs', line 322

def sport
  @sport
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def start_date
  @start_date
end