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)


356
357
358
# File 'sig/types.rbs', line 356

def end_date
  @end_date
end

#filters::Array[Types::SearchFilter]

Returns the value of attribute filters.

Returns:



357
358
359
# File 'sig/types.rbs', line 357

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


358
359
360
# File 'sig/types.rbs', line 358

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def next_token
  @next_token
end

#sport"basketball", "american-football"

Returns the value of attribute sport.

Returns:

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


354
355
356
# File 'sig/types.rbs', line 354

def sport
  @sport
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def start_date
  @start_date
end