class Aws::SSMContacts::Types::AcceptPageRequest

@note When making an API call, you may pass AcceptPageRequest

data as a hash:

    {
      page_id: "SsmContactsArn", # required
      contact_channel_id: "SsmContactsArn",
      accept_type: "DELIVERED", # required, accepts DELIVERED, READ
      note: "ReceiptInfo",
      accept_code: "AcceptCode", # required
      accept_code_validation: "IGNORE", # accepts IGNORE, ENFORCE
    }

@!attribute [rw] page_id

The Amazon Resource Name (ARN) of the engagement to a contact
channel.
@return [String]

@!attribute [rw] contact_channel_id

The ARN of the contact channel.
@return [String]

@!attribute [rw] accept_type

The type indicates if the page was `DELIVERED` or `READ`.
@return [String]

@!attribute [rw] note

Information provided by the user when the user acknowledges the
page.
@return [String]

@!attribute [rw] accept_code

The accept code is a 6-digit code used to acknowledge the page.
@return [String]

@!attribute [rw] accept_code_validation

An optional field that Incident Manager uses to `ENFORCE`
`AcceptCode` validation when acknowledging an page. Acknowledgement
can occur by replying to a page, or when entering the AcceptCode in
the console. Enforcing AcceptCode validation causes Incident Manager
to verify that the code entered by the user matches the code sent by
Incident Manager with the page.

Incident Manager can also `IGNORE` `AcceptCode` validation. Ignoring
`AcceptCode` validation causes Incident Manager to accept any value
entered for the `AcceptCode`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/ssm-contacts-2021-05-03/AcceptPageRequest AWS API Documentation

Constants

SENSITIVE