Class: Aws::Types::StartEngagementRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartEngagementRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#incident_id ⇒ ::String
Returns the value of attribute incident_id.
-
#public_content ⇒ ::String
Returns the value of attribute public_content.
-
#public_subject ⇒ ::String
Returns the value of attribute public_subject.
-
#sender ⇒ ::String
Returns the value of attribute sender.
-
#subject ⇒ ::String
Returns the value of attribute subject.
Instance Attribute Details
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
625 626 627 |
# File 'sig/types.rbs', line 625 def contact_id @contact_id end |
#content ⇒ ::String
Returns the value of attribute content.
628 629 630 |
# File 'sig/types.rbs', line 628 def content @content end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
632 633 634 |
# File 'sig/types.rbs', line 632 def idempotency_token @idempotency_token end |
#incident_id ⇒ ::String
Returns the value of attribute incident_id.
631 632 633 |
# File 'sig/types.rbs', line 631 def incident_id @incident_id end |
#public_content ⇒ ::String
Returns the value of attribute public_content.
630 631 632 |
# File 'sig/types.rbs', line 630 def public_content @public_content end |
#public_subject ⇒ ::String
Returns the value of attribute public_subject.
629 630 631 |
# File 'sig/types.rbs', line 629 def public_subject @public_subject end |
#sender ⇒ ::String
Returns the value of attribute sender.
626 627 628 |
# File 'sig/types.rbs', line 626 def sender @sender end |
#subject ⇒ ::String
Returns the value of attribute subject.
627 628 629 |
# File 'sig/types.rbs', line 627 def subject @subject end |