Class: Aws::SSMContacts::Types::DescribePageResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::DescribePageResult
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #contact_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the contact that was engaged.
 - 
  
    
      #content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The secure content of the message that was sent to the contact.
 - 
  
    
      #delivery_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the contact channel received the engagement.
 - 
  
    
      #engagement_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the engagement that engaged the contact channel.
 - 
  
    
      #incident_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the incident that engaged the contact channel.
 - 
  
    
      #page_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the engagement to a contact channel.
 - 
  
    
      #public_content  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The insecure content of the message that was sent to the contact.
 - 
  
    
      #public_subject  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The insecure subject of the message that was sent to the contact.
 - 
  
    
      #read_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that the contact channel acknowledged the engagement.
 - 
  
    
      #sender  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user that started the engagement.
 - 
  
    
      #sent_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time the engagement was sent to the contact channel.
 - 
  
    
      #subject  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The secure subject of the message that was sent to the contact.
 
Instance Attribute Details
#contact_arn ⇒ String
The ARN of the contact that was engaged.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#content ⇒ String
The secure content of the message that was sent to the contact. Use this field for engagements to ‘VOICE` and `EMAIL`.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#delivery_time ⇒ Time
The time that the contact channel received the engagement.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#engagement_arn ⇒ String
The ARN of the engagement that engaged the contact channel.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#incident_id ⇒ String
The ARN of the incident that engaged the contact channel.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#page_arn ⇒ String
The Amazon Resource Name (ARN) of the engagement to a contact channel.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#public_content ⇒ String
The insecure content of the message that was sent to the contact. Use this field for engagements to ‘SMS`.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#public_subject ⇒ String
The insecure subject of the message that was sent to the contact. Use this field for engagements to ‘SMS`.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#read_time ⇒ Time
The time that the contact channel acknowledged the engagement.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#sender ⇒ String
The user that started the engagement.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#sent_time ⇒ Time
The time the engagement was sent to the contact channel.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  | 
  
#subject ⇒ String
The secure subject of the message that was sent to the contact. Use this field for engagements to ‘VOICE` and `EMAIL`.
      817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 817 class DescribePageResult < Struct.new( :page_arn, :engagement_arn, :contact_arn, :sender, :subject, :content, :public_subject, :public_content, :incident_id, :sent_time, :read_time, :delivery_time) SENSITIVE = [] include Aws::Structure end  |