Class: Aws::SSMContacts::Types::ListContactsResult

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

#contactsArray<Types::Contact>

A list of the contacts and escalation plans in your Incident Manager account.

Returns:



1232
1233
1234
1235
1236
1237
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1232

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

#next_tokenString

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

Returns:

  • (String)


1232
1233
1234
1235
1236
1237
# File 'gems/aws-sdk-ssmcontacts/lib/aws-sdk-ssmcontacts/types.rb', line 1232

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