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)


307
308
309
# File 'sig/types.rbs', line 307

def end_date
  @end_date
end

#filters::Array[Types::SearchFilter]

Returns the value of attribute filters.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


309
310
311
# File 'sig/types.rbs', line 309

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def next_token
  @next_token
end

#sport"basketball", "american-football"

Returns the value of attribute sport.

Returns:

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


305
306
307
# File 'sig/types.rbs', line 305

def sport
  @sport
end

#start_date::String

Returns the value of attribute start_date.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def start_date
  @start_date
end