class Aws::Connect::Client
def search_predefined_attributes(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
search_predefined_attributes(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/SearchPredefinedAttributes - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::SearchPredefinedAttributesResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:search_criteria
(Types::PredefinedAttributeSearchCriteria
) -- -
:max_results
(Integer
) -- -
:next_token
(String
) -- -
:instance_id
(required, String
) --
def search_predefined_attributes(params = {}, options = {}) req = build_request(:search_predefined_attributes, params) req.send_request(options) end