Class: Aws::SSMContacts::Types::ListContactChannelsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The Amazon Resource Name (ARN) of the contact.

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
1187
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1181

class ListContactChannelsRequest < Struct.new(
  :contact_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of contact channels per page.

Returns:

  • (Integer)


1181
1182
1183
1184
1185
1186
1187
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1181

class ListContactChannelsRequest < Struct.new(
  :contact_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1181
1182
1183
1184
1185
1186
1187
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1181

class ListContactChannelsRequest < Struct.new(
  :contact_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end