Class: Aws::Types::ListProspectingFromEngagementTasksRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def catalog
  @catalog
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def next_token
  @next_token
end

#sortTypes::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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


968
969
970
# File 'sig/types.rbs', line 968

def task_name
  @task_name
end