Class: Aws::SSMContacts::Types::DescribePageRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#page_idString

The ID of the engagement to a contact channel.

Returns:

  • (String)


756
757
758
759
760
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 756

class DescribePageRequest < Struct.new(
  :page_id)
  SENSITIVE = []
  include Aws::Structure
end