Class: Aws::SSMContacts::Types::Page

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb

Overview

Incident Manager engaging a contact's contact channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_arnString

The ARN of the contact that Incident Manager is engaging.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The time the message was delivered to the contact channel.

Returns:

  • (Time)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ssmcontacts/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_arnString

The ARN of the engagement that this page is part of.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ssmcontacts/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_idString

The ARN of the incident that's engaging the contact channel.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ssmcontacts/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_arnString

The Amazon Resource Name (ARN) of the page to the contact channel.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The time that the contact channel acknowledged engagement.

Returns:

  • (Time)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ssmcontacts/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

#senderString

The user that started the engagement.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ssmcontacts/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_timeTime

The time that Incident Manager engaged the contact channel.

Returns:

  • (Time)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
# File 'gems/aws-sdk-ssmcontacts/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