Class: Aws::SSMContacts::Types::Receipt
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::Receipt
- Defined in:
- gems/aws-sdk-ssmcontacts/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
, orREAD
. -
#receipt_type ⇒ String
The type follows the engagement cycle,
SENT
,DELIVERED
, andREAD
.
Instance Attribute Details
#contact_channel_arn ⇒ String
The Amazon Resource Name (ARN) of the contact channel Incident Manager engaged.
1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1434 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.
1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1434 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
.
1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1434 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
.
1434 1435 1436 1437 1438 1439 1440 1441 |
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1434 class Receipt < Struct.new( :contact_channel_arn, :receipt_type, :receipt_info, :receipt_time) SENSITIVE = [] include Aws::Structure end |