Class: Aws::SSMContacts::Types::ListContactChannelsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListContactChannelsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contact_channels ⇒ Array<Types::ContactChannel>
A list of contact channels related to the specified contact.
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
Instance Attribute Details
#contact_channels ⇒ Array<Types::ContactChannel>
A list of contact channels related to the specified contact.
1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1184 class ListContactChannelsResult < Struct.new( :next_token, :contact_channels) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to continue to the next page of results.
1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1184 class ListContactChannelsResult < Struct.new( :next_token, :contact_channels) SENSITIVE = [] include Aws::Structure end |