Class: Aws::SSMContacts::Types::ListContactChannelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListContactChannelsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_id ⇒ String
The Amazon Resource Name (ARN) of the contact.
-
#max_results ⇒ Integer
The maximum number of contact channels per page.
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
Instance Attribute Details
#contact_id ⇒ String
The Amazon Resource Name (ARN) of the contact.
1166 1167 1168 1169 1170 1171 1172 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1166 class ListContactChannelsRequest < Struct.new( :contact_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of contact channels per page.
1166 1167 1168 1169 1170 1171 1172 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1166 class ListContactChannelsRequest < Struct.new( :contact_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to continue to the next page of results.
1166 1167 1168 1169 1170 1171 1172 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1166 class ListContactChannelsRequest < Struct.new( :contact_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |