Class: Aws::SSMContacts::Types::Receipt

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssmcontacts/types.rb

Overview

Records events during an engagement.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_channel_arnString

The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1860

class Receipt < Struct.new(
  :contact_channel_arn,
  :receipt_type,
  :receipt_info,
  :receipt_time)
  SENSITIVE = []
  include Aws::Structure
end

#receipt_infoString

Information provided during the page acknowledgement.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1860

class Receipt < Struct.new(
  :contact_channel_arn,
  :receipt_type,
  :receipt_info,
  :receipt_time)
  SENSITIVE = []
  include Aws::Structure
end

#receipt_timeTime

The time receipt was ‘SENT`, `DELIVERED`, or `READ`.

Returns:

  • (Time)


1860
1861
1862
1863
1864
1865
1866
1867
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1860

class Receipt < Struct.new(
  :contact_channel_arn,
  :receipt_type,
  :receipt_info,
  :receipt_time)
  SENSITIVE = []
  include Aws::Structure
end

#receipt_typeString

The type follows the engagement cycle, ‘SENT`, `DELIVERED`, and `READ`.

Returns:

  • (String)


1860
1861
1862
1863
1864
1865
1866
1867
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1860

class Receipt < Struct.new(
  :contact_channel_arn,
  :receipt_type,
  :receipt_info,
  :receipt_time)
  SENSITIVE = []
  include Aws::Structure
end