Class: Aws::SSMContacts::Types::ListContactChannelsResult

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

#contact_channelsArray<Types::ContactChannel>

A list of contact channels related to the specified contact.

Returns:



1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1184

class ListContactChannelsResult < Struct.new(
  :next_token,
  :contact_channels)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to continue to the next page of results.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1184

class ListContactChannelsResult < Struct.new(
  :next_token,
  :contact_channels)
  SENSITIVE = []
  include Aws::Structure
end