Class: Aws::Types::EngagementProspectingResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#engagement_context_id::String

Returns the value of attribute engagement_context_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def engagement_context_id
  @engagement_context_id
end

#engagement_identifier::String

Returns the value of attribute engagement_identifier.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def engagement_identifier
  @engagement_identifier
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


421
422
423
# File 'sig/types.rbs', line 421

def message
  @message
end

#reason_code::String

Returns the value of attribute reason_code.

Returns:

  • (::String)


420
421
422
# File 'sig/types.rbs', line 420

def reason_code
  @reason_code
end

#status"PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "IN_PROGRESS", "COMPLETED", "FAILED")


419
420
421
# File 'sig/types.rbs', line 419

def status
  @status
end