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.
      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_info ⇒ String
Information provided during the page acknowledgement.
      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_time ⇒ Time
The time receipt was ‘SENT`, `DELIVERED`, or `READ`.
      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_type ⇒ String
The type follows the engagement cycle, ‘SENT`, `DELIVERED`, and `READ`.
      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  |