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

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_idString

The Amazon Resource Name (ARN) of the contact.

Returns:

  • (String)


1166
1167
1168
1169
1170
1171
1172
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1166

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)


1166
1167
1168
1169
1170
1171
1172
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1166

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)


1166
1167
1168
1169
1170
1171
1172
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1166

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