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.
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.
308 309 310 |
# File 'sig/types.rbs', line 308 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
305 306 307 |
# File 'sig/types.rbs', line 305 def sport @sport end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
306 307 308 |
# File 'sig/types.rbs', line 306 def start_date @start_date end |