Class: Aws::Types::StartProspectingFromEngagementTaskRequest

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)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1442
1443
1444
# File 'sig/types.rbs', line 1442

def client_token
  @client_token
end

#identifiers::Array[::String]

Returns the value of attribute identifiers.

Returns:

  • (::Array[::String])


1440
1441
1442
# File 'sig/types.rbs', line 1440

def identifiers
  @identifiers
end

#task_name::String

Returns the value of attribute task_name.

Returns:

  • (::String)


1441
1442
1443
# File 'sig/types.rbs', line 1441

def task_name
  @task_name
end