Class: Aws::Types::ListProspectingFromEngagementTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListProspectingFromEngagementTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort ⇒ Types::ProspectingFromEngagementTaskSort
Returns the value of attribute sort.
-
#start_after ⇒ ::Time
Returns the value of attribute start_after.
-
#start_before ⇒ ::Time
Returns the value of attribute start_before.
-
#task_identifier ⇒ ::Array[::String]
Returns the value of attribute task_identifier.
-
#task_name ⇒ ::Array[::String]
Returns the value of attribute task_name.
Instance Attribute Details
#catalog ⇒ ::String
Returns the value of attribute catalog.
964 965 966 |
# File 'sig/types.rbs', line 964 def catalog @catalog end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
965 966 967 |
# File 'sig/types.rbs', line 965 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
966 967 968 |
# File 'sig/types.rbs', line 966 def next_token @next_token end |
#sort ⇒ Types::ProspectingFromEngagementTaskSort
Returns the value of attribute sort.
971 972 973 |
# File 'sig/types.rbs', line 971 def sort @sort end |
#start_after ⇒ ::Time
Returns the value of attribute start_after.
969 970 971 |
# File 'sig/types.rbs', line 969 def start_after @start_after end |
#start_before ⇒ ::Time
Returns the value of attribute start_before.
970 971 972 |
# File 'sig/types.rbs', line 970 def start_before @start_before end |
#task_identifier ⇒ ::Array[::String]
Returns the value of attribute task_identifier.
967 968 969 |
# File 'sig/types.rbs', line 967 def task_identifier @task_identifier end |
#task_name ⇒ ::Array[::String]
Returns the value of attribute task_name.
968 969 970 |
# File 'sig/types.rbs', line 968 def task_name @task_name end |