class Aws::Connect::Client

def batch_get_flow_association(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • batch_get_flow_association(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/BatchGetFlowAssociation - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -

Returns:
  • (Types::BatchGetFlowAssociationResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :resource_type (String) --
  • :resource_ids (required, Array) --
  • :instance_id (required, String) --
def batch_get_flow_association(params = {}, options = {})
  req = build_request(:batch_get_flow_association, params)
  req.send_request(options)
end