Class: Aws::Types::EngagementProspectingResult
- Inherits:
-
Object
- Object
- Aws::Types::EngagementProspectingResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engagement_context_id ⇒ ::String
Returns the value of attribute engagement_context_id.
-
#engagement_identifier ⇒ ::String
Returns the value of attribute engagement_identifier.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#engagement_context_id ⇒ ::String
Returns the value of attribute engagement_context_id.
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.
417 418 419 |
# File 'sig/types.rbs', line 417 def engagement_identifier @engagement_identifier end |
#message ⇒ ::String
Returns the value of attribute message.
421 422 423 |
# File 'sig/types.rbs', line 421 def @message end |
#reason_code ⇒ ::String
Returns the value of attribute reason_code.
420 421 422 |
# File 'sig/types.rbs', line 420 def reason_code @reason_code end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
419 420 421 |
# File 'sig/types.rbs', line 419 def status @status end |