Class: Aws::SSMContacts::Types::Page
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::Page
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Incident Manager engaging a contact’s contact channel.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the contact that Incident Manager is engaging.
 - 
  
    
      #delivery_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the message was delivered to the contact channel.
 - 
  
    
      #engagement_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the engagement that this page is part of.
 - 
  
    
      #incident_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the incident that’s engaging the contact channel.
 - 
  
    
      #page_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the page to the contact channel.
 - 
  
    
      #read_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the contact channel acknowledged engagement.
 - 
  
    
      #sender  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user that started the engagement.
 - 
  
    
      #sent_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that Incident Manager engaged the contact channel.
 
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the contact that Incident Manager is engaging.
      1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1757 class Page < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :incident_id, :sent_time, :delivery_time, :read_time) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_time ⇒ Time
The time the message was delivered to the contact channel.
      1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1757 class Page < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :incident_id, :sent_time, :delivery_time, :read_time) SENSITIVE = [] include Aws::Structure end  | 
  
#engagement_arn ⇒ String
The ARN of the engagement that this page is part of.
      1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1757 class Page < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :incident_id, :sent_time, :delivery_time, :read_time) SENSITIVE = [] include Aws::Structure end  | 
  
#incident_id ⇒ String
The ARN of the incident that’s engaging the contact channel.
      1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1757 class Page < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :incident_id, :sent_time, :delivery_time, :read_time) SENSITIVE = [] include Aws::Structure end  | 
  
#page_arn ⇒ String
The Amazon Resource Name (ARN) of the page to the contact channel.
      1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1757 class Page < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :incident_id, :sent_time, :delivery_time, :read_time) SENSITIVE = [] include Aws::Structure end  | 
  
#read_time ⇒ Time
The time that the contact channel acknowledged engagement.
      1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1757 class Page < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :incident_id, :sent_time, :delivery_time, :read_time) SENSITIVE = [] include Aws::Structure end  | 
  
#sender ⇒ String
The user that started the engagement.
      1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1757 class Page < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :incident_id, :sent_time, :delivery_time, :read_time) SENSITIVE = [] include Aws::Structure end  | 
  
#sent_time ⇒ Time
The time that Incident Manager engaged the contact channel.
      1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 1757 class Page < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :incident_id, :sent_time, :delivery_time, :read_time) SENSITIVE = [] include Aws::Structure end  |