Class: Aws::SSMContacts::Types::Receipt
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::Receipt
- 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
-
#contact_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
-
#receipt_info ⇒ String
Information provided during the page acknowledgement.
-
#receipt_time ⇒ Time
The time receipt was ‘SENT`, `DELIVERED`, or `READ`.
-
#receipt_type ⇒ String
The type follows the engagement cycle, ‘SENT`, `DELIVERED`, and `READ`.
Instance Attribute Details
#contact_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1875 class Receipt < Struct.new( :contact_channel_arn, :receipt_type, :receipt_info, :receipt_time) SENSITIVE = [] include Aws::Structure end |
#receipt_info ⇒ String
Information provided during the page acknowledgement.
1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1875 class Receipt < Struct.new( :contact_channel_arn, :receipt_type, :receipt_info, :receipt_time) SENSITIVE = [] include Aws::Structure end |
#receipt_time ⇒ Time
The time receipt was ‘SENT`, `DELIVERED`, or `READ`.
1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1875 class Receipt < Struct.new( :contact_channel_arn, :receipt_type, :receipt_info, :receipt_time) SENSITIVE = [] include Aws::Structure end |
#receipt_type ⇒ String
The type follows the engagement cycle, ‘SENT`, `DELIVERED`, and `READ`.
1875 1876 1877 1878 1879 1880 1881 1882 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1875 class Receipt < Struct.new( :contact_channel_arn, :receipt_type, :receipt_info, :receipt_time) SENSITIVE = [] include Aws::Structure end |