Class: Aws::SSMContacts::Types::ListContactsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ListContactsRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_prefix ⇒ String
Used to list only contacts who’s aliases start with the specified prefix.
-
#max_results ⇒ Integer
The maximum number of contacts and escalation plans per page of results.
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
-
#type ⇒ String
The type of contact.
Instance Attribute Details
#alias_prefix ⇒ String
Used to list only contacts who’s aliases start with the specified prefix.
1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1212 class ListContactsRequest < Struct.new( :next_token, :max_results, :alias_prefix, :type) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of contacts and escalation plans per page of results.
1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1212 class ListContactsRequest < Struct.new( :next_token, :max_results, :alias_prefix, :type) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to continue to the next page of results.
1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1212 class ListContactsRequest < Struct.new( :next_token, :max_results, :alias_prefix, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of contact. A contact is type ‘PERSONAL` and an escalation plan is type `ESCALATION`.
1212 1213 1214 1215 1216 1217 1218 1219 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 1212 class ListContactsRequest < Struct.new( :next_token, :max_results, :alias_prefix, :type) SENSITIVE = [] include Aws::Structure end |