Class: Aws::Types::SearchFixturesRequest
- Inherits:
-
Object
- Object
- Aws::Types::SearchFixturesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#filters ⇒ ::Array[Types::SearchFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sport ⇒ "basketball", "american-football"
Returns the value of attribute sport.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ ::String
Returns the value of attribute end_date.
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.
325 326 327 |
# File 'sig/types.rbs', line 325 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
322 323 324 |
# File 'sig/types.rbs', line 322 def sport @sport end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
323 324 325 |
# File 'sig/types.rbs', line 323 def start_date @start_date end |