Class: Aws::SSMContacts::Types::ListContactsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListContactsResult
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contacts ⇒ Array<Types::Contact>
A list of the contacts and escalation plans in your Incident Manager account.
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
Instance Attribute Details
#contacts ⇒ Array<Types::Contact>
A list of the contacts and escalation plans in your Incident Manager account.
1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1232 class ListContactsResult < Struct.new( :next_token, :contacts) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to continue to the next page of results.
1232 1233 1234 1235 1236 1237 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1232 class ListContactsResult < Struct.new( :next_token, :contacts) SENSITIVE = [] include Aws::Structure end |