Class: Aws::SSMContacts::Types::DescribePageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::DescribePageRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#page_id ⇒ String
The ID of the engagement to a contact channel.
Instance Attribute Details
#page_id ⇒ String
The ID of the engagement to a contact channel.
756 757 758 759 760 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 756 class DescribePageRequest < Struct.new( :page_id) SENSITIVE = [] include Aws::Structure end |