Class: Aws::Types::StartEngagementRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id ⇒ ::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def contact_id
  @contact_id
end

#content ⇒ ::String

Returns the value of attribute content.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def content
  @content
end

#idempotency_token ⇒ ::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def public_subject
  @public_subject
end

#sender ⇒ ::String

Returns the value of attribute sender.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def sender
  @sender
end

#subject ⇒ ::String

Returns the value of attribute subject.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def subject
  @subject
end